Class MainWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----MainWindow
- public class MainWindow
- extends Frame
This class represents the main window in the GEDCOM Locater application.
It can start the estimation procedure, as well as open new windows with
options, help etc.
- Author:
- Vegard Brox
-
MainWindow()
- Constructs a new, initially invisible, main window.
MainWindow
public MainWindow()
- Constructs a new, initially invisible, main window.