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

8
LINES

< > BotCompany Repo | #1009734 // style_italic

JavaX fragment (include)

1  
static SimpleAttributeSet style_italic() {
2  
  ret style_italic(new SimpleAttributeSet);
3  
}
4  
5  
static SimpleAttributeSet style_italic(SimpleAttributeSet a) {
6  
  StyleConstants.setItalic(a, true);
7  
  ret a;
8  
}

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: #1009734
Snippet name: style_italic
Eternal ID of this version: #1009734/1
Text MD5: a18d29ef0f4da54741a09990569aed08
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:37:26
Source code size: 207 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 384 / 420
Referenced in: [show references]