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

9
LINES

< > BotCompany Repo | #1014644 // dynamicVStack - with default spacing

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5475L/30K).

static DynamicVStack dynamicVStack() {
  ret swingNu(DynamicVStack);
}

static DynamicVStack dynamicVStack(Component... components) {
  DynamicVStack stack = dynamicVStack();
  stack.addComponents(asList(components));
  ret stack;
}

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: #1014644
Snippet name: dynamicVStack - with default spacing
Eternal ID of this version: #1014644/4
Text MD5: 4edee5d780237639c8157312b668b3fe
Transpilation MD5: c1ee4b80c6b57629f6f7889197716afc
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-10 17:20:49
Source code size: 240 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 384
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015037 - dynamicHStack