1 | static <A extends AbstractButton> A verticalAlignTop(A a) {
|
2 | ret setVerticalAlignment(SwingConstants.TOP, a); |
3 | } |
4 | |
5 | static <A extends JLabel> A verticalAlignTop(A a) {
|
6 | ret setVerticalAlignment(SwingConstants.TOP, a); |
7 | } |
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: | 537 / 583 |
| Referenced in: | [show references] |