static void centerConsoleInput() { JTextField tf = consoleInputField(); if (tf != null) tf.setHorizontalAlignment(JTextField.CENTER); }