1 | sclass ImageSurface_PositionToolTip > ImageSurfaceMouseHandler { |
2 | *(ImageSurface is) { |
3 | if (containsInstance(is.tools, ImageSurface_PositionToolTip)) ret; |
4 | register(is); |
5 | } |
6 | |
7 | public void mouseMoved aka mouseDragged(MouseEvent e) { |
8 | setToolTip(is, getPt(e)); |
9 | } |
10 | } |
Began life as a copy of #1033810
download show line numbers debug dex old transpilations
Travelled to 1 computer(s): mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035595 |
Snippet name: | ImageSurface_PositionToolTip (backup) |
Eternal ID of this version: | #1035595/1 |
Text MD5: | b2dbf501fe4cd6819e28135c9c139e7e |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-06-24 00:27:32 |
Source code size: | 284 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 150 / 134 |
Referenced in: | [show references] |