1 | static void jenable(Component... components) { |
2 | jenable(asList(components)); |
3 | } |
4 | |
5 | static void jenable(L components) { |
6 | for (O c : components) |
7 | callOpt(c, "setEnabled", true); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004364 |
Snippet name: | jenable - enable Swing components |
Eternal ID of this version: | #1004364/1 |
Text MD5: | 87d9b8dbebb3a14df701c10356b17a19 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-14 15:19:11 |
Source code size: | 186 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 487 / 499 |
Referenced in: | [show references] |