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)

static <A extends AbstractButton> A topAlignLabel(A a) {
  ret verticalAlignTop(a);
}



static <A extends JLabel> A topAlignLabel(A a) {
  ret verticalAlignTop(a);
}

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: 124 / 153
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)