1 | svoid disableAllButtonsInWindow(Component c) { |
2 | Window w = getWindow(c); |
3 | for (JButton b : childrenOfType(w, JButton)) |
4 | disableButton(b); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016099 |
Snippet name: | disableAllButtonsInWindow |
Eternal ID of this version: | #1016099/1 |
Text MD5: | f98b9c13f0f6f89c066527d9dbfb6ba8 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-06 01:45:27 |
Source code size: | 148 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 382 / 418 |
Referenced in: | [show references] |