| Author |
Alternate Displayed Colors
|
Arthur Buliva
Ranch Hand
Joined: Mar 08, 2006
Posts: 101
|
|
I have this short code which the JtextArea displays with the last color I have specified. I however, would like it to alternate the color. Anyone?
|
 |
Brian Cole
Author
Ranch Hand
Joined: Sep 20, 2005
Posts: 852
|
|
JTextArea uses a single style for all its text. Use a JTextPane if you want to display multiple styles. Here's an example that more or less does what you are trying to do. [edit: fix typo] [ June 20, 2007: Message edited by: Brian Cole ]
|
bitguru blog
|
 |
 |
|
|
subject: Alternate Displayed Colors
|
|
|