Class AboutBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----AboutBox
- public class AboutBox
- extends Dialog
This class represents an about box for the GEDCOM Estimator.
- Author:
- Vegard Brox
-
AboutBox(Frame)
- Creates a new, initially invisible about box with version and
copyright information.
AboutBox
public AboutBox(Frame parent)
- Creates a new, initially invisible about box with version and
copyright information.
- Parameters:
- parent - The parent frame of the about box