Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1020548 // disposeInternalFrames

JavaX fragment (include)

static void disposeInternalFrames(Iterable<? extends Component> l) {
  for (Component c : unnull(l))
    disposeInternalFrame(c);
}

Author comment

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