static bool consoleShowing() { if (isHeadless()) ret false; JFrame frame = consoleFrame(); ret frame != null && frame.isVisible(); }
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: | 505 / 546 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010184 - consoleVisible - synonym of consoleShowing - is JavaX console window showing? |