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.
-
AboutBox(Frame, String)
- Constructs an about box with the application name.
-
AboutBox(Frame, String, String, String)
- Constructs an about box with the application name, version, and copyright.
-
show()
- Show the dialog centered over the parent frame.
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
AboutBox
public AboutBox(Frame frame,
String application)
- Constructs an about box with the application name.
- Parameters:
- frame - parent frame
- application - application name
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