I've created a little app for browsing Java classes and querying their events, bean properties, and methods as seen from Jython. It's based on some example code from Richard Hightower's book "Python Programming with the Java Class Libraries".
Since I'm inexperienced with the Swing API, I've found this to be a particularly useful tool for building Swing-based GUIs from Jython.
Note that to browse a particular class you have to specify the full path, e.g. "javax.swing.JFrame" rather than just "JFrame".
- July 2004 - fixed error caused when superclass returned a None object (bug found by Andy Bulka)
- 21 Mar 2003 - fixed TypeError which could be caused by inputting an invalid class path (v0.2)
If you found this application to be useful, drop me a line. If you have some suggestions on how to improve this application send me a suggestion or better yet, send me code and I'll fold it into the "official" release (assuming I like your change!). You can reach me via email at: pmagwene@sas.upenn.edu.