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

11
LINES

< > BotCompany Repo | #1005343 // showFrameHidingConsole - showFrame and hideConsole

JavaX fragment (include)

static JFrame showFrameHidingConsole(O content) {
  JFrame f = showFrame(content);
  hideConsole();
  ret f;
}

static JFrame showFrameHidingConsole(String title, O content) {
  JFrame f = showFrame(title, content);
  hideConsole();
  ret f;
}

Author comment

Began life as a copy of #1001623

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005343
Snippet name: showFrameHidingConsole - showFrame and hideConsole
Eternal ID of this version: #1005343/1
Text MD5: c21341ea42178f2779260f3ebaff3ecb
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-08 00:35:35
Source code size: 253 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 384 / 421
Referenced in: [show references]