View Single Post
  #2 (permalink)  
Old 07-31-2007, 04:15 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,266
hardwired is on a distinguished road
Yes. JTextArea supports only a single foreground color, background color and font. To Have more than this you can work with a StyledDocument in a JTextPane.
For discussion and example code see How to Use Editor Panes and Text Panes, especially the section An Example of Using a Text Pane.
Reply With Quote