COSC-4P82-Final-Project/lib/lilgp/lilgpSetup1.0/javadocs/lilgpSetup.html

122 lines
3.5 KiB
HTML
Raw Normal View History

2024-04-01 00:01:49 -04:00
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat May 10 12:20:47 1997 -->
<a name="_top_"></a>
<title>
Class lilgpSetup
</title>
</head>
<body>
<h1>
Class lilgpSetup
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----lilgpSetup
</pre>
<hr>
<dl>
<dt> public class <b>lilgpSetup</b>
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
</dl>
The main class that simply instantiates the topmost window
and calls <tt>show()</tt>. It is also repsponsible for
instantiating the parameter database.
<dl>
<dt> <b>Version:</b>
<dd> 0.4.0 10-Feb-97
<dt> <b>Author:</b>
<dd> Ryan Shoemaker
<dt> <b>See Also:</b>
<dd> <a href="MainWindow.html#_top_">MainWindow</a>, <a href="ParameterDB.html#_top_">ParameterDB</a>
</dl>
<hr>
<a name="index"></a>
<h2>
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#arch"><b>arch</b></a>
<dd>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#endl"><b>endl</b></a>
<dd>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#mw"><b>mw</b></a>
<dd>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#params"><b>params</b></a>
<dd>
</dl>
<h2>
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#lilgpSetup()"><b>lilgpSetup</b></a>()
<dd>
</dl>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#main(java.lang.String[])"><b>main</b></a>(String[])
<dd> Create the <tt>MainWindow</tt> and the <tt>ParameterDB</tt>.
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="mw"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>mw</b>
<pre>
public static <a href="MainWindow.html#_top_">MainWindow</a> mw
</pre>
<a name="params"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>params</b>
<pre>
public static <a href="ParameterDB.html#_top_">ParameterDB</a> params
</pre>
<a name="arch"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>arch</b>
<pre>
public static <a href="java.lang.String.html#_top_">String</a> arch
</pre>
<a name="endl"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>endl</b>
<pre>
public static <a href="java.lang.String.html#_top_">String</a> endl
</pre>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="lilgpSetup"></a>
<a name="lilgpSetup()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>lilgpSetup</b>
<pre>
public lilgpSetup()
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="main(java.lang.String[])"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="main"><b>main</b></a>
<pre>
public static void main(<a href="java.lang.String.html#_top_">String</a> args[])
</pre>
<dl>
<dd> Create the <tt>MainWindow</tt> and the <tt>ParameterDB</tt>.
<dl>
<dt> <b>Parameters:</b>
<dd> args - the command line arguments (not curently used)
</dl>
</dl>
</body>
</html>