Class RoboClient

java.lang.Object
  |
  +--RoboClient

public class RoboClient
extends java.lang.Object

The RoboClient class is used to launch the client

Version:
1.00
Author:
Michael Schifferdecker

Field Summary
private static boolean visualize
           
(package private) static visWindow vW
           
 
Constructor Summary
RoboClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the client
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

vW

static visWindow vW

visualize

private static boolean visualize
Constructor Detail

RoboClient

public RoboClient()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the client
Parameters:
args - The arguments passed must specify TEAMNAME SERVERNAME PORT (v) in this order.