static L<Component> allSwingComponents() { L<JFrame> frames = listAllFrames(); new L<Component> l; for (JFrame f : frames) scanForComponents(f, Component.class, l); return l; }
Began life as a copy of #1001659
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001777 |
| Snippet name: | allSwingComponents -> rather use allAWTComponents |
| Eternal ID of this version: | #1001777/3 |
| Text MD5: | ed16156cb39ae2dd8f84be6c5eb32899 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-09 15:48:06 |
| Source code size: | 198 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 781 / 995 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |