试试:
    JTextArea textArea=new JTextArea("some text");
    textArea.setForeground(Color.orange);