Class OptionsWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----OptionsWindow
- public class OptionsWindow
- extends Frame
This class represents a window with options for the GEDCOM Locater.
- Author:
- Vegard Brox
-
OptionsWindow(int, int)
- Creates a new, initially invisible, options window.
OptionsWindow
public OptionsWindow(int x,
int y)
- Creates a new, initially invisible, options window.
- Parameters:
- x - Initial x location
- y - Initial y location