Class AboutPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AboutPanel extends JPanel
A standard panel for displaying information about an application.
Author:
David Gilbert
See Also:
  • Constructor Details

    • AboutPanel

      public AboutPanel(String application, String version, String copyright, String info)
      Constructs a panel.
      Parameters:
      application - the application name.
      version - the version.
      copyright - the copyright statement.
      info - other info.
    • AboutPanel

      public AboutPanel(String application, String version, String copyright, String info, Image logo)
      Constructs a panel.
      Parameters:
      application - the application name.
      version - the version.
      copyright - the copyright statement.
      info - other info.
      logo - an optional logo.