Warning: session_start(): open(/var/lib/php/sessions/sess_3dj34g2nn7p71polng214g5ccc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
jradiobuttons - make a bunch of radio buttons from strings [1006996]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1006996 // jradiobuttons - make a bunch of radio buttons from strings

JavaX fragment (include)

1  
static ButtonGroup jradiobuttons(Cl<S> strings) {
2  
  ret selectFirstRadioButton(jUnselectedRadioButtons(strings));
3  
}
4  
5  
static ButtonGroup jradiobuttons(S... strings) {
6  
  ret jradiobuttons(asList(strings));
7  
}

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: 961 / 977
Version history: 6 change(s)
Referenced in: [show references]