static <A extends JComponent> A instaToolTip(A c, S toolTip) { ret instaToolTip(toolTip, c); } static <A extends JComponent> A instaToolTip(IF0<S> toolTip, A c) { new InstantNeverHideToolTip(toolTip, c); ret c; } static <A extends JComponent> A instaToolTip(S toolTip, A c) { new InstantNeverHideToolTip(toolTip, c); ret c; }
Began life as a copy of #1019941
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034550 | 
| Snippet name: | instaToolTip | 
| Eternal ID of this version: | #1034550/2 | 
| Text MD5: | 5c81018f3258c7769f6dd01ff3abfcc0 | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-02-15 22:52:58 | 
| Source code size: | 349 bytes / 13 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 390 / 417 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |