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

7
LINES

< > BotCompany Repo | #1001373 // listAllFrames

JavaX fragment (include)

static L<JFrame> listAllFrames() {
  new L<JFrame> l;
  for (Frame f : Frame.getFrames())
    if (f instanceof JFrame)
      l.add((JFrame) f);
  return l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001373
Snippet name: listAllFrames
Eternal ID of this version: #1001373/1
Text MD5: 84deefd2c9cefc1851ecb76b785836f3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-12 17:51:55
Source code size: 163 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 564 / 834
Referenced in: #1001635 - allFrames (synonym of listAllFrames)
#1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014282 - listAWTFrames
#3000382 - Answer for ferdie (>> t = 1, f = 0)