Link to home
Start Free TrialLog in
Avatar of FeralCTO
FeralCTO

asked on

Syntax highlight CSS in a swing app?

I've build a small swing app for editing and merging CSS files, which I have to do often. Currently I use JTextArea instances for displaying the contents of the files. Ideally, I'd like to have color syntax highlighting of the CSS. Is there an easy enough way to do that?

Regards,

FeralCTO
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial