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

5
LINES

< > BotCompany Repo | #1016099 // disableAllButtonsInWindow

JavaX fragment (include)

svoid disableAllButtonsInWindow(Component c) {
  Window w = getWindow(c);
  for (JButton b : childrenOfType(w, JButton))
    disableButton(b);
}

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: 307 / 340
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)