1 | static void onMouseEnter(final Component c, fO r) { |
2 | if (c != null) swing { |
3 | c.addMouseListener(new MouseAdapter { |
4 | public void mouseEntered(MouseEvent e) { |
5 | pcallF(r); |
6 | } |
7 | }); |
8 | } |
9 | } |
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: | 339 / 395 |
Referenced in: | [show references] |