Libraryless. Click here for Pure Java version (8157L/46K).
1 | static JLabel jlabel_noToolTip(S text default " ") {
|
2 | JLabel l = jlabel(text); |
3 | setOpt(l, autoToolTip := false); |
4 | setToolTipText(l, ""); |
5 | ret l; |
6 | } |
Began life as a copy of #1014141
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035019 |
| Snippet name: | jlabel_noToolTip |
| Eternal ID of this version: | #1035019/1 |
| Text MD5: | 46d8b4774b3658361b7eeacee8053ad6 |
| Transpilation MD5: | 1293fff811be2315bbdf7b68d4435219 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-23 01:20:31 |
| Source code size: | 155 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 347 / 441 |
| Referenced in: | [show references] |