> hi all
>
> How can i change font color in JTextArea ?
>
> thanks
Have you tried..
public void setForeground(Color fg) ??
.: Rob
| hi all
|
| How can i change font color in JTextArea ?
Use a JTextPane instead? It supports styled text.
See <http://java.sun.com/products/jfc/tsc/articles/text/overview/index.html>
and subsequent articles for more info.
<davidp />
- --
David Postill