static void setTextAndEnable(JTextComponent tc, S text) { setText(tc, text); setEnabled(tc, true); }