All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.desktop.AboutBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----COM.ibm.desktop.AboutBox

public class AboutBox
extends Dialog
AboutBox is a modal dialog that displays information about the application.

 Copyright (c) Taligent, Inc.  1996 - 1997.
 Copyright (c) IBM Corporation 1996 - 1997.
 All Rights Reserved.
 


Constructor Index

 o AboutBox(Frame, String)
Constructs an about box with the application name.
 o AboutBox(Frame, String, String, String)
Constructs an about box with the application name, version, and copyright.

Method Index

 o show()
Show the dialog centered over the parent frame.

Constructors

 o AboutBox
 public AboutBox(Frame frame,
                 String application,
                 String version,
                 String copyright)
Constructs an about box with the application name, version, and copyright.

Parameters:
frame - parent frame
application - application name
version - version string
copyright - copyright statement
 o AboutBox
 public AboutBox(Frame frame,
                 String application)
Constructs an about box with the application name.

Parameters:
frame - parent frame
application - application name

Methods

 o show
 public synchronized void show()
Show the dialog centered over the parent frame.

Overrides:
show in class Dialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index