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