static void clearTextAndDisable(JTextComponent tc) { setEnabled(tc, false); setText(tc, ""); }