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

5
LINES

< > BotCompany Repo | #1017218 // internalFrameFocussed - different from active; active means colored title bar, focussed means a component inside frame has focus

JavaX fragment (include)

static bool internalFrameFocussed(Component c) {
  final JInternalFrame f = getInternalFrame(c);
  if (f == null) false;
  ret getInternalFrame(getFocusOwner()) == f;
}

Author comment

Began life as a copy of #1016119

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: #1017218
Snippet name: internalFrameFocussed - different from active; active means colored title bar, focussed means a component inside frame has focus
Eternal ID of this version: #1017218/3
Text MD5: c82ce064eb78520d33f8bf44cc873cbf
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-14 12:54:24
Source code size: 172 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 377 / 430
Version history: 2 change(s)
Referenced in: [show references]