1 | svoid disableButtons(final Collection<JButton> l) { |
2 | for (JButton b : unnull(l)) disableButton(b); |
3 | } |
4 | |
5 | svoid disableButtons(JButton... l) { |
6 | disableButtons(asList(l)); |
7 | } |
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: | 369 / 405 |
Version history: | 2 change(s) |
Referenced in: | [show references] |