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