 |
- JForm http://jform.coderight.nl
A framework for building form-based user interfaces with Swing. It provides a library of custom Swing components that supports automatic databinding and validation.
- NetBeans Platform "Just write modules to implement what you need, bundle them up with the NetBeans Platform, and you have a beautiful, branded, cross-platform application."
- text2gui http://www.tacosoftware.com/products/text2gui/
A library used to construct Swing GUI's from simple descriptions in resource bundles. With text2gui, there is no need to recompile in order to change your GUI. It also make internationalization applications and communication with GUI's considerably easier.
- Frameworks begin with ready to use standard components. A MainWindow that handles menubars/toolbars as well as a statusbar for you is a good example. There are many examples that are not mentioned, but very usefull at the http://uic.sf.net open source project website. Including very good documentation.
|