Class AboutPanel

    • Constructor Detail

      • AboutPanel

        public AboutPanel()
        Default constructor with a default vertical flow layout.
    • Method Detail

      • getNameLabel

        public java.lang.String getNameLabel()
        Returns:
        The name label, or null if there is no name label.
      • setNameLabel

        public void setNameLabel​(java.lang.String name)
        Sets the name label shown in the panel.
        Parameters:
        name - The name to show.
      • getVersionLabel

        public java.lang.String getVersionLabel()
        Returns:
        The version label, or null if there is no version label.
      • setVersionLabel

        public void setVersionLabel​(java.lang.String version)
        Sets the version label shown in the panel.
        Parameters:
        version - The version to show.
      • getCopyrightLabel

        public java.lang.String getCopyrightLabel()
        Returns:
        The copyright label, or null if there is no copyright label.
      • setCopyrightLabel

        public void setCopyrightLabel​(java.lang.String copyright)
        Sets the copyright label shown in the panel.
        Parameters:
        copyright - The copyright to show.