[java-gnome-hackers] Libglade stubs file generator checked in
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-11-30 08:32:21
|
> 3. A Java implementation skeleton generator, which is a utility that > reads a Glade definition file and generates a Java file with stubs for > the referenced handlers. Done. In src/bin is LibGladeStubs, which reads a Glade 2.0 XML file and creates a Java source file with stubs for the handler methods specified in the glade file. It also has a main so that once the stub bodies are written the app can be run. Tom |