How can I change the color of the font or text?
I've tried area.setFontColor, area.setColor, comic.setColor.
area is the JTextArea.
comic is a font.
arial is a font.
I have a
final Color red = new Color();
red = Color.red;
but I don't know how to set the Font or Text to a Color. Do you know how?