1 | static <A extends Component> L<A> notInFrame(S titleFragment, L<A> l) {
|
2 | new L<A> l2; |
3 | for (A a : l) {
|
4 | JFrame f = getFrame(a); |
5 | if (f != null |
6 | && igrep(getFrameTitle(f), titleFragment)) |
7 | continue; |
8 | l2.add(a); |
9 | } |
10 | ret l2; |
11 | } |
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: | 707 / 716 |
| Referenced in: | [show references] |