Package com.lariflix.jemm.forms
Class BackdropGeneratorWizard
java.lang.Object
com.lariflix.jemm.forms.BackdropGeneratorWizard
Simple wizard that guides the user through backdrop image generation.
This class constructs a small Swing-based wizard window composed of a dynamic content panel and a footer panel containing navigation buttons. It currently implements the first step and a placeholder "work in progress" view for subsequent steps.
Example usage:
BackdropGeneratorWizard wiz = new BackdropGeneratorWizard(); wiz.show();
- Since:
- 1.0
- Author:
- Cesar Bianchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the wizard and prepares the first step UI. -
Method Summary
Modifier and TypeMethodDescriptionvoidPrepares and paints the first step of the wizard.voidshow()Shows the wizard window.
-
Constructor Details
-
BackdropGeneratorWizard
public BackdropGeneratorWizard()Constructs the wizard and prepares the first step UI.- Since:
- 1.0
-
-
Method Details
-
show
public void show()Shows the wizard window. -
paintStep01
public void paintStep01()Prepares and paints the first step of the wizard.
-