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

8
LINES

< > BotCompany Repo | #1022888 // style_underline

JavaX fragment (include)

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

Author comment

Began life as a copy of #1009734

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022888
Snippet name: style_underline
Eternal ID of this version: #1022888/1
Text MD5: 2d4294874a18981d72bf4db6449395e7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-14 17:42:11
Source code size: 219 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 192 / 217
Referenced in: [show references]