1 | static void disposeInternalFrames(Iterable<? extends Component> l) {
|
2 | for (Component c : unnull(l)) |
3 | disposeInternalFrame(c); |
4 | } |
Began life as a copy of #1015813
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020548 |
| Snippet name: | disposeInternalFrames |
| Eternal ID of this version: | #1020548/1 |
| Text MD5: | 2714b25855f4b4e5ea0d547c7c6ec937 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-26 19:35:24 |
| Source code size: | 134 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 454 / 505 |
| Referenced in: | [show references] |