Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

20
LINES

< > BotCompany Repo | #1019674 // jvstackWithSpacing - synonym of vstackWithSpacing

JavaX fragment (include)

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: 268 / 320
Version history: 3 change(s)
Referenced in: [show references]