I'm working on a basic text editor and I would like to implement some basic syntax highlighting into the JEditorPane (or any other kind of text area). I'm fairly new to Java and I've searched and can't find much information on it. Any help is very, very, very much appreciated!
JEditorPane, but it might give you jumping off point) and stackoverflow.com/questions/3635606/… and Simple Syntax Highlighting for starters :)