static void addMouseMotionListener(final JComponent c, final MouseMotionListener l) { if (c != null) swing { c.addMouseMotionListener(l); } }
Began life as a copy of #1019906
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020260 |
Snippet name: | addMouseMotionListener |
Eternal ID of this version: | #1020260/1 |
Text MD5: | a637689474ea3434709a6448e18e3832 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-11 23:40:33 |
Source code size: | 153 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 374 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033466 - addMouseAndMotionListener |