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

8
LINES

< > BotCompany Repo | #1003934 // closeAllJWindows

JavaX fragment (include)

static L<JWindow> closeAllJWindows() {
  final L<JWindow> windows = allJWindows();
  awtIfNecessary {
    for (JWindow w : windows)
      w.dispose();
  }
  ret windows;
}

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: #1003934
Snippet name: closeAllJWindows
Eternal ID of this version: #1003934/1
Text MD5: a999903c93915508cd1f0c9aa11d7b7b
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-30 19:46:21
Source code size: 178 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 472 / 481
Referenced in: [show references]