static void jdisable(Component... components) { jdisable(asList(components)); } static void jdisable(L components) { for (O c : components) callOpt(c, "setEnabled", false); }
Began life as a copy of #1004364
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: | #1004365 |
Snippet name: | jdisable - disable Swing components |
Eternal ID of this version: | #1004365/1 |
Text MD5: | 9f0ba5e246819e67ed4beb729bc67809 |
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:18:49 |
Source code size: | 190 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 618 / 588 |
Referenced in: | [show references] |