static JLabel mapMethodLike dm_fieldLabel_noAutoToolTip(S fieldName) { JLabel l = dm_fieldLabel(fieldName); setOpt(l, autoToolTip := false); ret l; }