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

5
LINES

< > BotCompany Repo | #1016370 // disposePossiblyInternalFrame

JavaX fragment (include)

static void disposePossiblyInternalFrame(Component c) {
  Container f = cast getPossiblyInternalFrame(c);
  if (f instanceof JInternalFrame) disposeInternalFrame((JInternalFrame) f);
  else if (f instanceof Window) disposeWindow(f);
}

Author comment

Began life as a copy of #1016368

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016370
Snippet name: disposePossiblyInternalFrame
Eternal ID of this version: #1016370/2
Text MD5: 75caadfe7da410155a522dd6b0e07ebf
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-21 21:22:55
Source code size: 238 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 371
Version history: 1 change(s)
Referenced in: [show references]