1 | // params = text, image, action, text, image, action, ... |
2 | // or TextImageAction... |
3 | // or a list of above stuff |
4 | static DynamicVStack showNiceVerticalButtons(O... params) { |
5 | final DynamicVStack stack = makeNiceButtons_usingStack((DynamicVStack) dynamicVStack().spacing(20), params); |
6 | JScrollPane sp = jWiderScrollPane(jfullcenter(stack)); |
7 | showCenterPackedFrame(withMargin(20, sp)); |
8 | ret stack; |
9 | } |
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: | 351 / 392 |
Version history: | 4 change(s) |
Referenced in: | [show references] |