static JTextArea centerTextArea(JTextArea ta) { ta.setHorizontalAlignment(JTextArea.CENTER); ret ta; }