Syntax Highlighting Swing Component?

Does anyone know of a freely available syntax highlighting swing component (I want to high javascript syntax)? Something like scintilla (there is a scintilla to java project but it seems pretty dead); ie an editorpane or a textpane.

You could use JEdit text rendering component. An example can be found on sourceforge, in the SQuirreL SQL Client project.

This was on the site;

http://syntax.jedit.org/

Thanks!