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

9
LINES

< > BotCompany Repo | #1015362 // showNiceVerticalButtons

JavaX fragment (include)

// params = text, image, action, text, image, action, ...
//   or TextImageAction...
//   or a list of above stuff
static DynamicVStack showNiceVerticalButtons(O... params) {
  final DynamicVStack stack = makeNiceButtons_usingStack((DynamicVStack) dynamicVStack().spacing(20), params);
  JScrollPane sp = jWiderScrollPane(jfullcenter(stack));
  showCenterPackedFrame(withMargin(20, sp));
  ret stack;
}

Author comment

Began life as a copy of #1015039

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: #1015362
Snippet name: showNiceVerticalButtons
Eternal ID of this version: #1015362/5
Text MD5: 7a455e08bee1f5d5fb792d2078524899
Author: stefan
Category: javax / a.i. / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 13:43:26
Source code size: 410 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 285 / 324
Version history: 4 change(s)
Referenced in: [show references]