Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1034131 // jlabel_noAutoToolTip

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (6476L/36K).

static JLabel jlabel_noAutoToolTip(S text default " ") {
  var lbl = swingConstruct(BetterLabel, text);
  lbl.autoToolTip = false;
  ret lbl;
}

Author comment

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: 66 / 99
Referenced in: [show references]