I want to add scripting to my application and I was wondering if there's a text edit class for Java that will highlight syntax.
Thanks
Printable View
I want to add scripting to my application and I was wondering if there's a text edit class for Java that will highlight syntax.
Thanks
Well there's JTextPane which allows you to mark up the text with different attributes for fonts, colors, etc. See JTextPane.
Computer Science is a science of abstraction -creating the right model for a problem and devising the appropriate mechanizable techniques to solve it...
A. Aho and J. Ullman