QDWizard (Quick and Dirty Java Wizard) is a simple framework to create Swing wizards.
· Ключевые особенности и характеристики QDWizard 1.9
· 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).
· Ограничения QDWizard 1.9
Ограничения не определены
· Специальные требования QDWizard 1.9
· To use QDWizard, add the qdwizard-< release >.jar to your CLASSPATH.
· JRE 1.5 + only.
· История версий и изменений QDWizard
Версия: 1.9
· CAUTION: you now need to call wizard.show() explicitly to display it.
· Описание и дополнения от редакторов и пользователей сайта