Package dialog

Class AboutDialog

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

public class AboutDialog extends JDialog
Convenience class for an "About..." dialog box.
Since:
2007.02.09
See Also:
  • Constructor Details

    • AboutDialog

      public AboutDialog(String title, String msg)
      Create an "About..." dialog box.
      Parameters:
      title - the title of the dialog box
      msg - the message to display in the box
      Since:
      2007.02.09 (Christian Borgelt)
    • AboutDialog

      public AboutDialog(Frame owner, String title, String msg)
      Create an "About..." dialog box.
      Parameters:
      owner - the component that is to own the dialog box
      title - the title of the dialog box
      msg - the message to display in the box
      Since:
      2007.02.09 (Christian Borgelt)
    • AboutDialog

      public AboutDialog(Frame owner, String title, String msg, int id)
      Create an "About..." dialog box.
      Parameters:
      owner - the component that is to own the dialog box
      title - the title of the dialog box
      msg - the message to display in the dialog box
      id - the identifier of the logo to use
      Since:
      2007.02.09 (Christian Borgelt)