static JTextField centerTextField(JTextField tf) { tf.setHorizontalAlignment(JTextField.CENTER); ret tf; }