Hi, I need some advice on creating a syntax highligher for java application using swing. The application should allow to edit a file and highlight syntax.
I don't know the swing library, what should I look for?
Hi, I need some advice on creating a syntax highligher for java application using swing. The application should allow to edit a file and highlight syntax.
I don't know the swing library, what should I look for?
You could build on JEditorPane, but it might be easier to use the jedit syntax bean.
JSyntaxPane is quite active and supports a lot of languages (+ a friendly license).