Class CustomLogoJWizardDialog

    • Constructor Detail

      • 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 Detail

      • 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