<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat May 10 12:23:02  1997 -->
<a name="_top_"></a>
<title>
  Class ControlPanel
</title>
</head>
<body>
<h1>
  Class ControlPanel
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.awt.Component.html#_top_">java.awt.Component</a>
           |
           +----<a href="java.awt.Container.html#_top_">java.awt.Container</a>
                   |
                   +----<a href="java.awt.Panel.html#_top_">java.awt.Panel</a>
                           |
                           +----ControlPanel
</pre>
<hr>
<dl>
  <dt> public class <b>ControlPanel</b>
  <dt> extends <a href="java.awt.Panel.html#_top_">Panel</a>
</dl>
<hr>
<a name="index"></a>
<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="#ControlPanel(lilgpMonitor, Graph)"><b>ControlPanel</b></a>(lilgpMonitor, Graph)
  <dd> 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#action(java.awt.Event, java.lang.Object)"><b>action</b></a>(Event, Object)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addComponent(java.awt.Component, int, int, int, int, int, int, int, int)"><b>addComponent</b></a>(Component, int, int, int, int, int, int, int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addPop(java.lang.String)"><b>addPop</b></a>(String)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#removePop(int)"><b>removePop</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#updateGraph()"><b>updateGraph</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#updateList(java.awt.List, int)"><b>updateList</b></a>(List, int)
  <dd> 
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ControlPanel"></a>
<a name="ControlPanel(lilgpMonitor, Graph)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ControlPanel</b>
<pre>
  public ControlPanel(<a href="lilgpMonitor.html#_top_">lilgpMonitor</a> lm,
                      <a href="Graph.html#_top_">Graph</a> g)
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="addComponent(java.awt.Component, int, int, int, int, int, int, int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addComponent"><b>addComponent</b></a>
<pre>
  public void addComponent(<a href="java.awt.Component.html#_top_">Component</a> component,
                           int gx,
                           int gy,
                           int gw,
                           int gh,
                           int wx,
                           int wy,
                           int fill,
                           int anchor)
</pre>
<a name="action(java.awt.Event, java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="action"><b>action</b></a>
<pre>
  public boolean action(<a href="java.awt.Event.html#_top_">Event</a> e,
                        <a href="java.lang.Object.html#_top_">Object</a> arg)
</pre>
<dl>
  <dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#action(java.awt.Event, java.lang.Object)">action</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl>
</dl>
<a name="addPop(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addPop"><b>addPop</b></a>
<pre>
  public void addPop(<a href="java.lang.String.html#_top_">String</a> popLabel)
</pre>
<a name="removePop(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removePop"><b>removePop</b></a>
<pre>
  public void removePop(int popIndex)
</pre>
<a name="updateGraph()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="updateGraph"><b>updateGraph</b></a>
<pre>
  public void updateGraph()
</pre>
<a name="updateList(java.awt.List, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="updateList"><b>updateList</b></a>
<pre>
  public void updateList(<a href="java.awt.List.html#_top_">List</a> l,
                         int index)
</pre>
</body>
</html>