1 | static JPanel jleftalignedline(Component... components) {
|
2 | ret new LeftAlignedLine(components); |
3 | } |
4 | |
5 | static JPanel jleftalignedline(L<Component> components) {
|
6 | ret new LeftAlignedLine(asArray(Component.class, components)); |
7 | } |
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: | 573 / 606 |
| Referenced in: | [show references] |