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: | 883 / 1168 |
| Referenced in: | [show references] |