static JTextField disableTextField(final JTextField tf) { if (tf != null) swing { tf.setEnabled(false); } ret tf; }