1 | static JPanel jvstackWithSpacing(L parts, int spacing) {
|
2 | ret vstackWithSpacing(parts, spacing); |
3 | } |
4 | |
5 | static JPanel jvstackWithSpacing(int spacing, L parts) {
|
6 | ret vstackWithSpacing(parts, spacing); |
7 | } |
8 | |
9 | static JPanel jvstackWithSpacing(int spacing, Component... parts) {
|
10 | ret jvstackWithSpacing(asList(parts), spacing); |
11 | } |
12 | |
13 | static JPanel jvstackWithSpacing(L parts) {
|
14 | ret vstackWithSpacing(parts); |
15 | } |
16 | |
17 | |
18 | static JPanel jvstackWithSpacing(Component... parts) {
|
19 | ret vstackWithSpacing(parts); |
20 | } |
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: | 652 / 680 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |