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)

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