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

7
LINES

< > BotCompany Repo | #1016445 // enableButtons

JavaX fragment (include)

svoid enableButtons(final Collection<JButton> l) {
  for (JButton b : unnull(l)) enableButton(b);
}

svoid enableButtons(JButton... l) {
  enableButtons(asList(l));
}

Author comment

Began life as a copy of #1016444

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016445
Snippet name: enableButtons
Eternal ID of this version: #1016445/3
Text MD5: 22a19dc80a33c82354e29af129f7ccb9
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-06 18:57:46
Source code size: 172 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 291 / 347
Version history: 2 change(s)
Referenced in: [show references]