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