static bool mouseInInternalFrame(Component c) { JInternalFrame w = getInternalFrame(c); ret w != null && w.isShowing() && boundsOnScreen(w).contains(mousePosition()); }
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: | #1011158 |
Snippet name: | mouseInInternalFrame |
Eternal ID of this version: | #1011158/1 |
Text MD5: | 4aa9c966f69c4e37e4c4b45b81659066 |
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:42 |
Source code size: | 175 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 357 / 383 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |