Downloadliste

Projektbeschreibung

The Java Wizard Component is a Swing component
that helps a user-interface programmer present
information to the user in a step-by-step manner
in which the next step is determined by the
choices made in the current step. This is useful
for programming many kinds of wizards, such as
those used in installation programs and IDEs. This
library attempts to make it easy for developers to
define their own steps and to combine these steps
in the desired order.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-17 08:38
1.2.2

Diese Version enthält eine Komponente, die JDialog Assistenten ein Logo und ein Beispiel dafür, dass es verwendet hat. Es reinigt auch den deutschen Eigenschaften, und bewegt sich SimpleButtonPanel um ein neues Paket, häufig, weil sie sowohl von Dialog und Frame-Klassen verwendet wird.
Tags: Minor feature enhancements
This version includes a JDialog wizard component that has a
logo and an example that uses it. It also cleans up the
German properties, and moves SimpleButtonPanel to a new
package, common, because it is used by both dialog and
frame classes.

2003-11-20 22:29
1.2.1

Lokalisierung Dateien wurden so verändert, dass sie die Sprache, und nicht auf spezifische Region. Spanisch, Deutsch, Italienisch, Französisch, Englisch und Polnisch sind nun derzeit nicht unterstützt. Einige von diesen sind Babelfish's translations, so dass Korrekturen sind jederzeit willkommen. Ein SimpleJWizardDialog, sehr ähnlich SimpleJWizardFrame, wurde hinzugefügt. Auf diese Weise ein Entwickler können die Vorteile des Modal-Eigenschaft eines JDialog zu ergreifen, wenn sie dies wünschen.
Localization files have been changed so that they are language specific, not region specific. Spanish, German, Italian, French, English, and Polish are now currently supported. Some of these are Babelfish's translations, so corrections are appreciated. A SimpleJWizardDialog, very similar to SimpleJWizardFrame, has been added. This way a developer can take advantage of the modal property of a JDialog if they wish.

2003-11-13 07:45
1.2

Verschiedene Änderungen und Aufräumarbeiten wurden. Vor allem war Lokalisierung hinzugefügt und Englisch und Polnisch sind derzeit nicht unterstützt. Beiträge der neuen Übersetzungen sind herzlich willkommen.
Tags: Major feature enhancements
Several changes and cleanups were made. Most
notably, localization was added, and English and
Polish are currently supported. Contributions of
new translations are welcome.

2003-07-16 12:06
1.1

JWizardComponents ist nun eine Schnittstelle, die bedeutet, dass Entwickler eigentlich ihre eigenen JWizardComponents Klasse implementieren kann sehr leicht. Ein kleiner Fehler in SimpleDynamicWizardPanel wurde auch festgelegt, obwohl sie nicht sollten alle aktuellen Nutzer betroffen sind, sehr viel.
Tags: Code cleanup
JWizardComponents is now an interface, which
means that developers can actually implement
their own JWizardComponents class very easily. A
small bug in SimpleDynamicWizardPanel was also
fixed, although it should not have affected any
current users very much.

2003-06-24 15:29
1.0

Tags: Initial freshmeat announcement

Project Resources