svoid setTextAndToolTip(JLabel lbl, S text, S toolTip) { if (lbl != null) swing { setText(lbl, text); setTooltip(lbl, toolTip); } }