static void onMouseExit(final Component c, fO r) { if (c != null) swing { c.addMouseListener(new MouseAdapter { public void mouseExited(MouseEvent e) { pcallF(r); } }); } }
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: | 571 / 623 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |