Java GUI Builder lets you decouple your GUI building code from the rest of your application. Using an XML description, it will build appropriate windows, controls, and objects for later retrieval by the mainstream code.
| Tags | Software Development Code Generators Libraries Java Libraries Interpreters Compilers Desktop Environment |
|---|---|
| Licenses | GPL |
| Operating Systems | Mac OS X Mac OS X OS Independent POSIX Solaris Windows Windows Linux |
| Implementation | Java |
Recent releases


Release Notes: This release uses the Lesser General Public License (LGPL). The unit tests were modified and refactored to provide over 95% coverage of the code base using Clover. Support has been added for JTabbedPane with the sheet and tab elements. A new example file has been created to show how to use JTabbedPane support.


Release Notes: This new release brings the much needed event handler functionality to JGB. Users can now use the new register element to register your event handlers.


Release Notes: Menu bars, menus, and menu items have been added. There is a first draft for an XML Stylesheet to transform between a GUI XML and a complete Java source file which can be compiled.


Release Notes: This newest releases reduces the verbosity of the XML file by introducing new combo, textfield, button, label and panel elements. A new reflabel attribute was added to these elements as well as to the control element. The limitations file contains more information about this.