static void selectAll(final JTextField tf) { swing { tf.selectAll(); } }