static ButtonGroup jradiobuttons(Cl<S> strings) { ret selectFirstRadioButton(jUnselectedRadioButtons(strings)); } static ButtonGroup jradiobuttons(S... strings) { ret jradiobuttons(asList(strings)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006996 | 
| Snippet name: | jradiobuttons - make a bunch of radio buttons from strings | 
| Eternal ID of this version: | #1006996/7 | 
| Text MD5: | 910c31aa799f839149813904707c3ddd | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-10-15 14:53:45 | 
| Source code size: | 211 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 818 / 847 | 
| Version history: | 6 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006997 - selectFirstRadioButton #1007000 - showRadioButtons - show radio buttons in a frame (with scroll pane) #1007021 - jUnselectedRadioButtons - make a bunch of radio buttons from strings |