Class AboutPanel

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Box, Component, CompositeComponent, Container, LayoutComponent, Panel, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject, Iterable<Component>

public class AboutPanel extends AbstractPanel
Panel to display information about an object such as the application.
Author:
Garret Wilson
  • Constructor Details

    • AboutPanel

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

    • getNameLabel

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

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

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

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

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

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