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

4
LINES

< > BotCompany Repo | #1007007 // buttonsInGroup - enumerate ButtonGroup

JavaX fragment (include)

1  
static L<AbstractButton> buttonsInGroup(ButtonGroup g) {
2  
  if (g == null) ret ll();
3  
  ret asList(g.getElements());
4  
}

Author comment

Began life as a copy of #1006997

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007007
Snippet name: buttonsInGroup - enumerate ButtonGroup
Eternal ID of this version: #1007007/1
Text MD5: 75bf68ccd2b22649fd643605a67d2d64
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 13:49:29
Source code size: 119 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 603 / 630
Referenced in: [show references]