Libraryless. Click here for Pure Java version (6476L/36K).
1 | static JLabel jlabel_noAutoToolTip(S text default " ") {
|
2 | var lbl = swingConstruct(BetterLabel, text); |
3 | lbl.autoToolTip = false; |
4 | ret lbl; |
5 | } |
Began life as a copy of #1004434
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034131 |
| Snippet name: | jlabel_noAutoToolTip |
| Eternal ID of this version: | #1034131/1 |
| Text MD5: | 6190c0c37a7aa8323a4f68d59bf080b1 |
| Transpilation MD5: | 7073ae576d39c833a68d7eb261d9dda2 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-24 00:18:42 |
| Source code size: | 147 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 391 / 497 |
| Referenced in: | [show references] |