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

9
LINES

< > BotCompany Repo | #1015344 // onMouseExit

JavaX fragment (include)

1  
static void onMouseExit(final Component c, fO r) {
2  
  if (c != null) swing {
3  
    c.addMouseListener(new MouseAdapter {
4  
      public void mouseExited(MouseEvent e) {
5  
        pcallF(r);
6  
      }
7  
    });
8  
  }
9  
}

Author comment

Began life as a copy of #1015170

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: #1015344
Snippet name: onMouseExit
Eternal ID of this version: #1015344/1
Text MD5: c163608d24a5c865e4bbb9410fcca32c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 01:47:06
Source code size: 212 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 299 / 334
Referenced in: [show references]