JVM Languages
gumbie.txt
Associated article: Gumbie: A GUI Generator for Jython
Tags: JVM Languages
Published source code accompanying the article by Peter Brinkmann in which he uses Jython, a 100% pure Java implementation of Python that makes Java scriptable, to build his Gumbie GUI tool. Also see GUMBIE.ZIP.
Gumbie: A GUI Generator for Jython
by Peter Brinkmann
Listing One
# Menu bar for Netscape Communicator (excerpt)
File
New
Navigator Window
New Message
...
Open Page
Save Frameset as
...
Edit
Undo
Redo
...
Listing Two
# Overall structure of GUI descriptions
# begin gui
# ...


