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 mostly adds a method to find a child by its ID in the tree nav API. The old deprecated API was also removed and the swingx version was upgraded to 1.6.2-2.
The compiler design was improved. The jaxx files are regenerated when the associated CSS files are modified. The ConfigUI API was improved. CSS mode is automatically imported in generate goal. The jaxx-demo and jaxx-swing-action modules were removed from the build (jaxx-demo is only built at release time). The versions of dependencies were updated. Some documentation and tutorials have been added. A small bug that prevented the use of jaxx widgets in CSS was fixed.