1 | static ButtonGroup showUnselectedRadioButtons(L<S> strings) {
|
2 | ButtonGroup g = jUnselectedRadioButtons(strings); |
3 | showFrame(jscroll(vstack(buttonsInGroup(g)))); |
4 | ret g; |
5 | } |
6 | |
7 | static ButtonGroup showUnselectedRadioButtons(S title, L<S> strings) {
|
8 | ButtonGroup g = showUnselectedRadioButtons(strings); |
9 | setFrameTitle(title, getFrame(g)); |
10 | ret g; |
11 | } |
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: | 778 / 779 |
| Referenced in: | [show references] |