static JTextField setTextAndSelectAll(final JTextField tf, fS text) { swing { tf.setText(text); tf.selectAll(); } ret tf; }