|
Take a look at JFormDesigner. Turn off code generation and just use the runtime library to instantiate your GUI at runtime. Extremely fast prototyping/maintenance with the visual editor. Zero boilerplate layout code littering your application. It uses XML Encoding for storing the definitions, so no proprietary storage. This should make it easily ported accross any IDE. |