From: Andreas S. <sch...@ia...> - 2001-11-12 21:55:51
|
Hi List I am looking at scripting languages based on the JVM and I must say I am impressed of Jython. The feature that really interests me is the dynamic creation of (JAVA) classes. Implementing interfaces is one application for this technique. So to get to know a language, I allways try to implement this mini help-browser (see attachment). In order to be able to browse, you have to implement the HyperlinkListener. I have stared at this now for hours, and I am allmost convinced it should work. However it does not. May be I am just blind, or I miss something. Could somebody take a look this. Thanks. Andreas P.S.: If you remove the <!-- --> comments in the Jython Docs, this could be the start of a help browser for Jython (JEditorPane seems to allmost supports HTML 3.2) |