static A setToolTipAndText(JLabel lbl, S text, S toolTip) { setText(lbl, text); setTooltip(lbl, toolTip); }