Donate Share

Java Wizard Framework

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2002-09-18 cvs -d:pserver:anonymous@jwf.cvs.sourceforge.net:/cvsroot/jwf login

cvs -z3 -d:pserver:anonymous@jwf.cvs.sourceforge.net:/cvsroot/jwf co -P modulename

Show:

What's happening?

  • panels need to be able to cancel wizard

    Assume that you have collected some db connection paramters and then on a later panel, the db connection has failed. There is no way for the panel to cancel the wizard.

    2008-06-24 14:45:20 UTC by nobody

  • need common wizard context

    Could you automatically pass a single wizard context to all wizard panels. Currently, a new wizard context is passed to each new pane. This makes it a little more difficult to share information between screens (i.e. first screen db connection params, second thru n screens database entry screens). BTW, nice job!

    2008-06-24 14:42:27 UTC by nobody

  • Can click finish even when a page has errors

    I set up three pages, the third with a few checkboxes. If any of those boxes are checked, I consider it an error condition, just for testing purposes. When the page with the checkboxes is the active page, the Next and Finish buttons are successfully blocked and show the error message dialog. If I leave the error page and go back to a prior page, then click finish, the wizard finishes without...

    2007-05-31 21:15:30 UTC by jcullison

  • Add a bit of functionality to WizardPanel

    If you added a few things to WizardPanel, it would help decouple each panel from the other panels. As it is now, if you have panels A, B, and C, you have to import B in A, and C in B to set the next panel. With these changes to WizardPanel, the linkages could be done centrally like this (which makes it easier to reorder, in my mind at least): APanel aPanel = new APanel(); BPanel bPanel =...

    2007-05-31 20:56:07 UTC by jcullison

  • Make help button optional

    It would be nice if there was a way to hide the help button, such as Wizard.setHelpButtonVisible();.

    2007-05-31 20:41:14 UTC by jcullison

  • Need mnemonics for wizard buttons

    There is no way to set mnemonics (keyboard accelerators) for the buttons. see JButton.setMnemonic.

    2007-05-31 20:21:45 UTC by jcullison

  • JWF Maturity

    JWF has changed its development status to mature. The JWF has been around for a long time, with a consistent level of activity and no defects submitted.

    2007-04-18 07:20:05 UTC by brindy

  • Java Wizard Framework

    brindy committed patchset 2 of module jwf to the Java Wizard Framework CVS repository, changing 3 files.

    2002-09-18 22:55:21 UTC by brindy

  • Java Wizard Framework

    brindy committed patchset 1 of module jwf to the Java Wizard Framework CVS repository, changing 16 files.

    2002-02-20 16:54:28 UTC by brindy

  • Java Wizard Framework

    Anonymous committed patchset 1 of module CVSROOT to the Java Wizard Framework CVS repository, changing 11 files.

    2002-02-20 15:11:22 UTC by nobody

Our Numbers