Class AboutDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AboutDialog extends JDialog
A dialog that displays information about the demonstration application.
Author:
David Gilbert
See Also:
  • Field Details

  • Constructor Details

    • AboutDialog

      public AboutDialog(String title, ProjectInfo project)
      Constructs an about frame.
      Parameters:
      title - the frame title.
      project - information about the project.
    • AboutDialog

      public AboutDialog(Frame owner, String title, ProjectInfo project)
      Creates a non-modal dialog without a title with the specifed Frame as its owner.
      Parameters:
      owner - the Frame from which the dialog is displayed.
      title - the title,
      project - the project.
    • AboutDialog

      public AboutDialog(Dialog owner, String title, ProjectInfo project)
      Creates a non-modal dialog without a title with the specifed Dialog as its owner.
      Parameters:
      owner - the Dialog from which the dialog is displayed.
      title - the title.
      project - the project.
  • Method Details