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

Constructor Index

 o MainWindow()
Constructs a new, initially invisible, main window.

Constructors

 o MainWindow
 public MainWindow()
Constructs a new, initially invisible, main window.