http://stackoverflow.com/questions/5213838/java-create-a-gui-with-xml
1.There are some Java-based engines to render XUL (using Swing), but I'm not sure what state they are in.
1.There are some Java-based engines to render XUL (using Swing), but I'm not sure what state they are in.
2.
|
I have had good experience with ANTForm: http://antforms.sourceforge.net/.
It generates Java Swing panels from XML. I have used it to build simple GUI apps that execute ANT targets.
Example of the XML declaration:
Example of what it produces:
| ||
3
|
I used Apache Pivot http://pivot.apache.org/ and really liked it.
|
No comments:
Post a Comment