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

7
LINES

< > BotCompany Repo | #1016444 // disableButtons

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1009388

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: #1016444
Snippet name: disableButtons
Eternal ID of this version: #1016444/3
Text MD5: 5fc766d3036fb7ca0507d69411ba6740
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:58:26
Source code size: 176 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 299 / 334
Version history: 2 change(s)
Referenced in: [show references]