Class AboutDialog

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

public class AboutDialog extends JDialog
This provides a common About Box component for all the Portal applications. This sets up a dialog with a background image and specified About text. After creating the dialog, just invoke setVisible(true) to display the dialog.

Modification(s) History :
09/10/99 - created

Version:
0.1
Author:
Raghu Venkateshwaran
See Also:
  • Constructor Details

    • AboutDialog

      public AboutDialog(JFrame frame, String title)
      Constructor that takes a parent frame, title as parameters
    • AboutDialog

      public AboutDialog(JFrame frame, String title, String text)
      Constructor that takes a parent frame, title and the about box text as parameters.
  • Method Details

    • setText

      public void setText(String text)
      Set the About Dialog text
    • getText

      public String getText()
      Returns the About box text