static A centerTextField(A tf) { if (tf != null) swing { tf.setHorizontalAlignment(JTextField.CENTER); } ret tf; }