Class AboutFrame

    • Field Detail

      • iconPath

        protected String iconPath
        Top image path (classpath)
      • backgroundColor

        protected Color backgroundColor
        Background color
      • aboutHtmlText

        protected String aboutHtmlText
        Html text displayed in about tab
      • licenseText

        protected String licenseText
        License text displayed in license tab
    • Constructor Detail

      • AboutFrame

        public AboutFrame()
        Constructor. Build UI.
    • Method Detail

      • setAboutHtmlText

        public void setAboutHtmlText​(String aboutHtmlText)
        Set about text.
        Parameters:
        aboutHtmlText - the aboutHtmlText to set
      • setLicenseText

        public void setLicenseText​(String licenseText)
        Set licence text.
        Parameters:
        licenseText - the licenseText to set
      • setIconPath

        public void setIconPath​(String iconPath)
        Set icon path.
        Parameters:
        iconPath - the iconPath to set
      • setBackgroundColor

        public void setBackgroundColor​(Color backgroundColor)
        Set background color.
        Parameters:
        backgroundColor - the backgroundColor to set
      • buildUI

        protected void buildUI()
        Build ui.
      • getTopPanel

        protected Component getTopPanel()
        Build the top component
        Returns:
        top component
      • getLicenseTab

        protected Component getLicenseTab()
        Build license tab.
        Returns:
        license tab component
      • getAboutTab

        protected Component getAboutTab()
        Build about tab.
        Returns:
        about tab component
      • setVisible

        public void setVisible​(boolean b)
        Overrides:
        setVisible in class Window