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

8
LINES

< > BotCompany Repo | #1015039 // showNiceButtons

JavaX fragment (include)

// params = text, image, action, text, image, action, ...
//   or TextImageAction...
//   or a list of above stuff
static DynamicHStack showNiceButtons(O... params) {
  DynamicHStack stack = makeNiceButtons(params);
  showCenterPackedFrame(withMargin(20, jHigherScrollPane(jfullcenter(stack))));
  ret stack;
}

Author comment

Began life as a copy of #1015031

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: #1015039
Snippet name: showNiceButtons
Eternal ID of this version: #1015039/16
Text MD5: 074bcc148078842288dc2262a87c5605
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-10 12:39:37
Source code size: 317 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 302 / 360
Version history: 15 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015090 - makeNiceButtons
#1015091 - showNiceButtons_higher
#1015153 - addToNiceButtons
#1015362 - showNiceVerticalButtons