static JPanel jleftalignedline(Component... components) { ret new LeftAlignedLine(components); } static JPanel jleftalignedline(L<Component> components) { ret new LeftAlignedLine(asArray(Component.class, components)); }
Began life as a copy of #1006226
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011159 |
| Snippet name: | jleftalignedline - synonym of jline - line components up left to right |
| Eternal ID of this version: | #1011159/1 |
| Text MD5: | 0177f3cf1d77e09af7606d4e87156bf9 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-16 17:37:27 |
| Source code size: | 230 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 574 / 606 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |