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

6
LINES

< > BotCompany Repo | #1015171 // hideWindow

JavaX fragment (include)

static void hideWindow(final Component c) {
  final Window w = getWindow(c);
  if (w != null) swing {
    w.setVisible(false);
  }
}

Author comment

Began life as a copy of #1004154

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015171
Snippet name: hideWindow
Eternal ID of this version: #1015171/3
Text MD5: 64e4859466e7e6d922db454481752f0e
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 14:17:29
Source code size: 137 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 329
Version history: 2 change(s)
Referenced in: [show references]