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