All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaBotSim.JavaBotSimNoGraphics

java.lang.Object
   |
   +----JavaBotSim.JavaBotSimNoGraphics

public class JavaBotSimNoGraphics
extends Object
Application that runs a control system in simulation with no graphics.

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

For more detailed information, see the JavaBotSim page.

Copyright (c)1997 Georgia Tech Research Corporation

Version:
$Revision: 1.1 $
Author:
Tucker Balch

Constructor Index

 o JavaBotSimNoGraphics()

Method Index

 o main(String[])
Main for JavaBotSim.

Constructors

 o JavaBotSimNoGraphics
 public JavaBotSimNoGraphics()

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index