Class lilgpSetup

Class lilgpSetup

java.lang.Object
   |
   +----lilgpSetup

public class lilgpSetup
extends Object
The main class that simply instantiates the topmost window and calls show(). It is also repsponsible for instantiating the parameter database.
Version:
0.4.0 10-Feb-97
Author:
Ryan Shoemaker
See Also:
MainWindow, ParameterDB

Variable Index

 o arch
 o endl
 o mw
 o params

Constructor Index

 o lilgpSetup()

Method Index

 o main(String[])
Create the MainWindow and the ParameterDB.

Variables

 o mw
  public static MainWindow mw
 o params
  public static ParameterDB params
 o arch
  public static String arch
 o endl
  public static String endl

Constructors

 o lilgpSetup
  public lilgpSetup()

Methods

 o main
  public static void main(String args[])
Create the MainWindow and the ParameterDB.
Parameters:
args - the command line arguments (not curently used)