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

7
LINES

< > BotCompany Repo | #1003933 // allJWindows - list all instances of JWindow

JavaX fragment (include)

static L<JWindow> allJWindows() {
  new L l;
  for (Window w : Window.getWindows())
    if (w instanceof JWindow)
      l.add(w);
  ret l;
}

Author comment

Began life as a copy of #1003932

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: #1003933
Snippet name: allJWindows - list all instances of JWindow
Eternal ID of this version: #1003933/1
Text MD5: 71e48f34bcdf745fad0face9188fcdad
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:40:53
Source code size: 146 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 490 / 508
Referenced in: [show references]