Class HWHclient

java.lang.Object
  extended by HWHclient

public class HWHclient
extends java.lang.Object

HWHclient is a SWT implementation of a client. It opens a tomcat web server and serves the specified scoring program in an embedded browser.


Field Summary
static java.lang.String basedir
           
static boolean debug
           
static java.lang.String SEP
           
 
Constructor Summary
HWHclient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basedir

public static final java.lang.String basedir

debug

public static boolean debug

SEP

public static final java.lang.String SEP
Constructor Detail

HWHclient

public HWHclient()
Method Detail

main

public static void main(java.lang.String[] args)