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

9
LINES

< > BotCompany Repo | #1026594 // topAlignLabel - synonym of verticalAlignTop

JavaX fragment (include)

1  
static <A extends AbstractButton> A topAlignLabel(A a) {
2  
  ret verticalAlignTop(a);
3  
}
4  
5  
6  
7  
static <A extends JLabel> A topAlignLabel(A a) {
8  
  ret verticalAlignTop(a);
9  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026594
Snippet name: topAlignLabel - synonym of verticalAlignTop
Eternal ID of this version: #1026594/1
Text MD5: 84101235d850987c0d7ada87324c5ac5
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-15 14:11:49
Source code size: 168 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 147
Referenced in: [show references]