Is it possible to have something like a JTextArea which will color some keywords based on some mappings I have ?
+2
A:
I am not sure, because I believe JTextArea only directly supports a single font in a single color.
According to SyntaxHighlighter Class article, JTextPane is the way to go.
VonC
2008-10-31 07:51:21