Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1009733 // style_foreground

JavaX fragment (include)

static SimpleAttributeSet style_fontSize(int n) {
  ret style_fontSize(new SimpleAttributeSet, n);
}

static SimpleAttributeSet style_fontSize(SimpleAttributeSet a, int n) {
  StyleConstants.setFontSize(a, n);
  ret a;
}

static SimpleAttributeSet style_fontSize(int n, SimpleAttributeSet a) {
  ret style_fontSize(a, n);
}

Author comment

Began life as a copy of #1009731

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009733
Snippet name: style_foreground
Eternal ID of this version: #1009733/6
Text MD5: 62aa00589101b0236761d4701ebab5ab
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-15 18:44:51
Source code size: 336 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 440 / 454
Version history: 5 change(s)
Referenced in: [show references]