static <A extends Component> L<A> notInFrame(S titleFragment, L<A> l) { new L<A> l2; for (A a : l) { JFrame f = getFrame(a); if (f != null && igrep(getFrameTitle(f), titleFragment)) continue; l2.add(a); } ret l2; }
Began life as a copy of #1004255
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: | #1004256 |
| Snippet name: | notInFrame - filter components list by frame name |
| Eternal ID of this version: | #1004256/1 |
| Text MD5: | 5c62de4dffbd819bd8779d9487456f0d |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-11 22:44:24 |
| Source code size: | 256 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 700 / 707 |
| Referenced in: | [show references] |