static JTextField setTextAndSelectAll(JTextField tf, S text) { tf.setText(text); tf.selectAll(); ret tf; }