Class WizardPane

    • Field Detail

      • descriptionLabel

        protected JTextArea descriptionLabel
      • ownerFrame

        protected JFrame ownerFrame
      • descWidth

        protected int descWidth
      • descHeight

        protected int descHeight
      • width

        protected int width
      • height

        protected int height
      • hgap

        protected int hgap
      • vgap

        protected int vgap
    • Constructor Detail

      • WizardPane

        protected WizardPane()
      • WizardPane

        protected WizardPane​(JFrame ownerFrame)
      • WizardPane

        protected WizardPane​(boolean isDoubleBuffered)
      • WizardPane

        protected WizardPane​(LayoutManager layout,
                             boolean isDoubleBuffered)
    • Method Detail

      • initDescription

        protected void initDescription​(String desc)
      • validateValues

        public abstract boolean validateValues()
      • showErrorMessage

        protected void showErrorMessage​(String message)
      • browseForAFile

        protected String browseForAFile​(String extension)
      • browseForAFolder

        protected String browseForAFolder()