DruideGUI is a fast and simple way to create a Swing GUIs using Abeille Form Designer's.
For instance you just have to :
- Create your screens with Abeille
- Generate the corresponding java classes (always with Abeille)
- Replace the default "extends JPanel" with extends DruideJPanel"
- Add the mandatory methods from DruideJPanel.
- Override the DruideJPanel methods you need (events mostly).
At this point you'll have :
- Your screens automatically centered
- Smal memory print (DruideGUI manages only one instance of all your screens in memory)
- Simple modal dialog, warning
- Events already implemented.
I'll try to release it by september...
You can have a look at DruideCave in order to see it in action.