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

3
LINES

< > BotCompany Repo | #1014938 // isVisibleFrame

JavaX fragment (include)

static bool isVisibleFrame(final JFrame f) {
  ret f == null ? false : swing(func -> bool { f.isVisible() });
}

Author comment

Began life as a copy of #1001439

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: #1014938
Snippet name: isVisibleFrame
Eternal ID of this version: #1014938/2
Text MD5: 46d0f36efc896b30f6bbcb6eba8a9efe
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-20 16:58:38
Source code size: 113 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 344 / 347
Version history: 1 change(s)
Referenced in: [show references]