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