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

4
LINES

< > BotCompany Repo | #1014900 // isInIconifiedFrame

JavaX fragment (include)

static bool isInIconifiedFrame(Component c) {
  Frame f = getAWTFrame(c);
  ret f != null && f.getState() == Frame.ICONIFIED;
}

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: #1014900
Snippet name: isInIconifiedFrame
Eternal ID of this version: #1014900/1
Text MD5: 694b89956dcaf55d1684aa4ab913c1ce
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-06 11:28:21
Source code size: 130 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 316 / 329
Referenced in: [show references]