Examples |
From JAXXWiki
Here are some simple example programs to give you an idea of what JAXX is all about:
- JAXXEdit - A complete application written using JAXX for the GUI.
- examples/Components.jaxx - Comprehensive demo which displays most of the Swing components. Demonstrates every major feature of JAXX, including data binding, scripting, and CSS stylesheets.
- examples/LabelStyles.jaxx - Uses data binding to edit the appearance of a JLabel. Shows off the power and usefulness of data binding well.
- examples/Calculator.jaxx - Four-function calculator. Based on the XUL Grand Coding Challenge.
- examples/Counter.jaxx - simple data binding and scripting example. Based on the XUL Grand Coding Challenge.

