static void onMouseEnter(final Component c, fO r) { if (c != null) swing { c.addMouseListener(new MouseAdapter { public void mouseEntered(MouseEvent e) { pcallF(r); } }); } }
Began life as a copy of #1005948
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: | #1015170 |
Snippet name: | onMouseEnter |
Eternal ID of this version: | #1015170/1 |
Text MD5: | cc626899de4a0670a5d3d07bfb09c989 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 14:12:01 |
Source code size: | 214 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 338 / 394 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015344 - onMouseExit #1018604 - onMouseDown (left button only) |