 |
UIHDemo
The UIHDemo is a program that presents all the features of UIHierarchy through editable code samples.
It features a menu bar, which menus display different source codes.
When some source code is displayed, using the menus or by typing directly, it can be run using the "run" button.
Note that the code is interpreted in real time, so you can modify the different examples or type some new ones.
The UIHDemo is part of the UIHierarchy distribution, in the docs/demo directory.
To run it, type the command: java -jar UIHDemo.jar
This demo requires the JRE 1.3 or later, and 1.4 minimum for the SpringLayout example to work.
If you want syntax highlighting (much better for readability), you must use JRE 1.4 or later.
Detailed example
Additionaly to the UIHDemo, you can have a look at a concrete detailed example here.
Raw comparison
I made a (big) screenshot that presents how useful the library can be. It shows two implementations: a traditional one and an implementation using the UIHierarchy.
This is just a raw comparison but gives an idea on how much the complexity is reduced.
|
 |