All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaBotSim.JavaBotSim

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----JavaBotSim.JavaBotSim

public class JavaBotSim
extends Frame
implements ActionListener, ItemListener
Application that runs a control system in simulation.

To run this program, first ensure you are in the correct directory (where the JavaBotSim.class file is), then type "java JavaBotSim".

For more detailed information, see the JavaBotSim page.

Copyright (c)1997 Georgia Tech Research Corporation

Version:
$Revision: 1.6 $
Author:
Tucker Balch

Constructor Index

 o JavaBotSim()
Set up the frame and buttons.

Method Index

 o actionPerformed(ActionEvent)
Handle button pushes.
 o itemStateChanged(ItemEvent)
Handle checkbox events
 o main(String[])
Main for JavaBotSim.

Constructors

 o JavaBotSim
 public JavaBotSim()
Set up the frame and buttons.

Methods

 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
Handle checkbox events

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Handle button pushes.

 o main
 public static void main(String args[])
Main for JavaBotSim.


All Packages  Class Hierarchy  This Package  Previous  Next  Index