static <A extends AbstractButton> A verticalAlignTop(A a) { ret setVerticalAlignment(SwingConstants.TOP, a); } static <A extends JLabel> A verticalAlignTop(A a) { ret setVerticalAlignment(SwingConstants.TOP, a); }
Began life as a copy of #1015042
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019841 |
| Snippet name: | verticalAlignTop |
| Eternal ID of this version: | #1019841/1 |
| Text MD5: | 9e2ce553b320948cf0eaa204ef89351b |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-28 03:27:04 |
| Source code size: | 224 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 538 / 584 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |