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

5
LINES

< > BotCompany Repo | #1006124 // consoleShowing - is JavaX console window showing?

JavaX fragment (include)

1  
static bool consoleShowing() {
2  
  if (isHeadless()) ret false;
3  
  JFrame frame = consoleFrame();
4  
  ret frame != null && frame.isVisible();
5  
}

Author comment

Began life as a copy of #1003663

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006124
Snippet name: consoleShowing - is JavaX console window showing?
Eternal ID of this version: #1006124/1
Text MD5: 8129b5c2a78fb5fe1d5d28abf950dbb4
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-20 16:15:27
Source code size: 142 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 408 / 440
Referenced in: [show references]