Class CustomLogoJWizardDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.bidib.wizard.mvc.stepcontrol.view.wizard.CustomLogoJWizardDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class CustomLogoJWizardDialog extends JDialog
See Also:
  • Constructor Details

    • CustomLogoJWizardDialog

      public CustomLogoJWizardDialog(ImageIcon... logos)
      Creates a new CustomLogoJWizardDialog without parent.
      Parameters:
      logos - one or more ImageIcon objects to be shown within the wizard
    • CustomLogoJWizardDialog

      public CustomLogoJWizardDialog(Frame owner, ImageIcon[] logos, boolean modal)
      Creates a new CustomLogoJWizardDialog with a frame as owner.
      Parameters:
      owner - Owner of this wizard dialog
      logos - an ImageIcon object to be shown within the wizard
      modal - true, if the wizard should be shown modal; false otherwise
  • Method Details

    • getWizardComponents

      public DefaultJWizardComponents getWizardComponents()
      Returns this wizards components.
      Returns:
      DefaultJWizardComponents
    • setWizardComponents

      public void setWizardComponents(DefaultJWizardComponents aWizardComponents)
      Sets this wizards components.
      Parameters:
      aWizardComponents - DefaultJWizardComponents
    • setVisible

      public void setVisible(boolean visible)
      Shows this dialog.
      Overrides:
      setVisible in class Dialog