static void showControlButtons(final L<? extends Component> components) { swing { showControls(jcenteredline(components)); } } static void showControlButtons(Component... components) { showControlButtons(asList(components)); }
Began life as a copy of #1006282
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: | #1008155 |
Snippet name: | showControlButtons - convenience method for showing a line of things in the controls area |
Eternal ID of this version: | #1008155/3 |
Text MD5: | ccccdb86a6ce9367c2f57db5398b1f2c |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-28 14:27:22 |
Source code size: | 247 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 600 / 628 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010708 - showButtons - convenience method for showing a line of buttons in the controls area |