vote up 4 vote down star
2

Is it possible to have something like a JTextArea which will color some keywords based on some mappings I have ?

flag

2 Answers

vote up 2 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.