Syntax Highlighting

Hi, I am doing my project which is IDE for java development. In that I want syntax highlighting, but when i tried use highlighter provided by java it does not works, is there any way for syntax highlighting in Java. Thanx in advance...
[263 byte] By [student@sunDNa] at [2007-11-26 23:49:18]
# 1

> Hi,

> I am doing my project which is IDE for java

> development.

> In that I want syntax highlighting, but when i tried

> use highlighter provided by java it does not works,

> is there any way for syntax highlighting in Java.

> Thanx in advance...

Hi,

What do you want? Most IDEs have syntax highlighting or syntax coloring. (E.g JBuilder, Eclipse, NetBeans)

Kaj

kajbja at 2007-7-11 15:25:45 > top of Java-index,Java Essentials,Java Programming...
# 2
I want syntax highlighting for my editor using JTextArea or JTextPane....
student@sunDNa at 2007-7-11 15:25:45 > top of Java-index,Java Essentials,Java Programming...
# 3
Check out Ostermiller's package here: http://ostermiller.org/syntax/It includes a brief description of how to go about syntax colouring: http://ostermiller.org/syntax/editor.html
pbrockway2a at 2007-7-11 15:25:45 > top of Java-index,Java Essentials,Java Programming...