QDWizard 1.7 review

Download
by rbytes.net on

QDWizard (Quick and Dirty Java Wizard) is a simple framework to create Swing wizards. Here are some key features of "QDWizard": ·

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Bertrand Florat
0 stars award from rbytes.net

QDWizard (Quick and Dirty Java Wizard) is a simple framework to create Swing wizards.

Here are some key features of "QDWizard":
Designed to minimize required code. Only few methods to implement.
Simple design, only two classes visible by the programmer.
I18n support for action buttons (en, fr, de, sp, ca, nl for the moment).
Full branching support, can implement any wizard cinematic.
Error management using the simple setProblem() method.
Supports Wizard images natively and resizes image automaticaly.
Ultra light API: only few KB.
Actively supported by the Jajuk team.
Learning curve of 15 minutes maximum.
Real world samples provided (jajuk classes).

Requirements:
To use QDWizard, add the qdwizard-< release >.jar to your CLASSPATH.
JRE 1.5 + only.

What's New in This Release:
CAUTION: you now need to call wizard.show() explicitly to display it.

QDWizard 1.7 keywords