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

5
LINES

< > BotCompany Repo | #1004424 // tableShouldThink - returns true if JTable is in active window but doesn't contain mouse pointer

JavaX fragment (include)

static bool tableShouldThink(JTable table) {
  JFrame f = getFrame(table);
  ret f != null && getFrame(table).isFocused()
    && !mouseInComponent(table);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004424
Snippet name: tableShouldThink - returns true if JTable is in active window but doesn't contain mouse pointer
Eternal ID of this version: #1004424/1
Text MD5: 08a6984b22c2f440c54307d797be02f4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-16 16:56:54
Source code size: 160 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 464 / 483
Referenced in: [show references]