static JPanel jvstackWithSpacing(L parts, int spacing) { ret vstackWithSpacing(parts, spacing); } static JPanel jvstackWithSpacing(int spacing, L parts) { ret vstackWithSpacing(parts, spacing); } static JPanel jvstackWithSpacing(int spacing, Component... parts) { ret jvstackWithSpacing(asList(parts), spacing); } static JPanel jvstackWithSpacing(L parts) { ret vstackWithSpacing(parts); } static JPanel jvstackWithSpacing(Component... parts) { ret vstackWithSpacing(parts); }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019674 | 
| Snippet name: | jvstackWithSpacing - synonym of vstackWithSpacing | 
| Eternal ID of this version: | #1019674/4 | 
| Text MD5: | e4cb49f95b0c93942b6308f426fbf750 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-05-11 13:24:40 | 
| Source code size: | 510 bytes / 20 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 649 / 677 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |