Der Text ist da ja noch autmatisch linksbündig, wie in jedem Text ohne Formatierung. Ich wollte ihn aber zentriert haben.
Im Internet fand ich folgende Idee:
JTextArea textArea = new JTextArea();
String text = "bla bla bla";
textArea.setText("<html><center>" + text + "</center></html>");
Das haut aber auch nicht hin!