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

5
LINES

< > BotCompany Repo | #1011157 // mouseInInternalFrames

JavaX fragment (include)

1  
static bool mouseInInternalFrames(Component... components) {
2  
  for (Component c : components)
3  
    if (mouseInInternalFrame(c)) true;
4  
  false;
5  
}

Author comment

Began life as a copy of #1007011

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: #1011157
Snippet name: mouseInInternalFrames
Eternal ID of this version: #1011157/4
Text MD5: 2956ba1cb84fe65dc7c91b8d514d8dc9
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-16 17:29:16
Source code size: 147 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 332 / 360
Version history: 3 change(s)
Referenced in: [show references]