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

3
LINES

< > BotCompany Repo | #1023025 // disposeWindows

JavaX fragment (include)

static <A extends Window> void disposeWindows(final Collection<A> l) {
  for (Window w : unnull(l)) disposeWindow(w);
}

Author comment

Began life as a copy of #1005660

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023025
Snippet name: disposeWindows
Eternal ID of this version: #1023025/4
Text MD5: fc74b4b58eac17b5b966489f48a7a02f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-20 22:58:44
Source code size: 121 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 198 / 248
Version history: 3 change(s)
Referenced in: [show references]