Package hec.client

Class AboutDialog

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class AboutDialog extends RmaJDialog
See Also:
  • Constructor Details

    • AboutDialog

      public AboutDialog(Frame frame, boolean modal, String title, String text)
      Constructor that builds a new about dialog
      Parameters:
      frame - The parent owner of this dialog
      modal - True if model otherwise false
      title - The dialog title
      text - The text to put in the about dialog box
    • AboutDialog

      public AboutDialog(Frame frame, boolean modal, String title, String text, String url, String image)
      Constructor that builds a new About dialog
      Parameters:
      frame - the parent owner of this dialog
      modal - true if modal
      title - the dialog title
      text - the text to put in the about dialog
      url - optional url
      image - optional image. If null then the standard revolving HEC logo is used
    • AboutDialog

      public AboutDialog(Dialog frame, boolean modal, String title, String text)
      Constructor that builds a new about dialog
      Parameters:
      frame - The parent owner of this dialog
      modal - True if model otherwise false
      title - The dialog title
      text - The text to put in the about dialog box
    • AboutDialog

      public AboutDialog(Dialog frame, boolean modal, String title, String text, String url, String image)
      Constructor that builds a new About dialog
      Parameters:
      frame - the parent owner of this dialog
      modal - true if modal
      title - the dialog title
      text - the text to put in the about dialog
      url - optional url
      image - optional image. If null then the standard revolving HEC logo is used
    • AboutDialog

      public AboutDialog()
      Creates a default About Dialog with no Title and No Text
  • Method Details

    • main

      public static void main(String[] args)