bookmark

SwingBuilder - javabuilders - Google Code - Java Builder for the Swing domain


Description

Java SwingBuilder is an implementation of a Java Builder geared towards building UI interfaces using Java Swing. Details

The main class is org.javabuilders.swing.SwingBuilder. It loads the object definition from a YAML file that is in the same package and has the same base name as the calling Java class. So, if you're building org.test.MyFrame.java it will look for org.test.MyFrame.yaml for the object build file (similar to the convention the Apache Wicket web framework uses).

Preview

Tags

Users

  • @gresch

Comments and Reviews