JAXX is a system that allows you to describe Swing user interfaces in XML and then generate them. It includes support for common user interface elements such as navigation trees.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version adds a new language: Spanish. Dependencies have been updated. You can create new decorators by using the Clonable contract. This version also fixes some bugs such as a regression on binding. The superclasses are now taken into account when loading Java source files. Non-public classes do not make generation fail anymore.
This version brings new features like the ability to set a numberPattern on the number editor, and improves the import manager usage. Several bugs have been fixed such as the context on SwingValidator, the validators.xml file being embedded at runtime, warnings not being displayed, some NPEs, and import missing.
This version updates dependencies versions, improves the code generation, introduces a JXLayerHandler to deal with the new API of JXLayer, and improves ClassDescriptor loading. It also fixes a bug with Java file parsing being done twice.