1 | static <A extends JComponent> A instaToolTip(A c, S toolTip) {
|
2 | ret instaToolTip(toolTip, c); |
3 | } |
4 | |
5 | static <A extends JComponent> A instaToolTip(IF0<S> toolTip, A c) {
|
6 | new InstantNeverHideToolTip(toolTip, c); |
7 | ret c; |
8 | } |
9 | |
10 | static <A extends JComponent> A instaToolTip(S toolTip, A c) {
|
11 | new InstantNeverHideToolTip(toolTip, c); |
12 | ret c; |
13 | } |
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: | 392 / 420 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |