static ButtonGroup showUnselectedRadioButtons(L<S> strings) { ButtonGroup g = jUnselectedRadioButtons(strings); showFrame(jscroll(vstack(buttonsInGroup(g)))); ret g; } static ButtonGroup showUnselectedRadioButtons(S title, L<S> strings) { ButtonGroup g = showUnselectedRadioButtons(strings); setFrameTitle(title, getFrame(g)); ret g; }
Began life as a copy of #1007000
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: | #1007020 |
| Snippet name: | showUnselectedRadioButtons - show unselected radio buttons in a frame (with scroll pane) |
| Eternal ID of this version: | #1007020/1 |
| Text MD5: | 7152a25dea5a796afe50051e9be83a68 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-25 16:21:13 |
| Source code size: | 360 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 779 / 779 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |