svoid focusAndSelectAll(final JTextComponent tf) { selectAll(tf); focus(tf); }