static JButton showControlButton(S text, O runnable) { JButton btn = jbutton(text, runnable); showControls(jCenteredLine(btn)); ret btn; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006282 |
| Snippet name: | showControlButton - convenience method for showing a single button in the controls area |
| Eternal ID of this version: | #1006282/1 |
| Text MD5: | b4e5ef80f64670635b17e66a9f8946c8 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-26 15:10:40 |
| Source code size: | 148 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 718 / 730 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008155 - showControlButtons - convenience method for showing a line of things in the controls area |