1 | static L<JWindow> closeAllJWindows() { |
2 | final L<JWindow> windows = allJWindows(); |
3 | awtIfNecessary { |
4 | for (JWindow w : windows) |
5 | w.dispose(); |
6 | } |
7 | ret windows; |
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: | #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: | 540 / 552 |
Referenced in: | [show references] |