client
Class ClientWithDisplay

java.lang.Object
  |
  +--client.ClientWithDisplay

public class ClientWithDisplay
extends java.lang.Object

Class ClientWithDisplay is a version of ./Client.java that uses the server that has a GUI display.


Constructor Summary
ClientWithDisplay()
           
 
Method Summary
static void main(java.lang.String[] args)
          Establish communication with server and have it do some computation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientWithDisplay

public ClientWithDisplay()
Method Detail

main

public static void main(java.lang.String[] args)
Establish communication with server and have it do some computation.