Class JawaClient

java.lang.Object
  |
  +--JawaClient

public class JawaClient
extends java.lang.Object

Final Assessment for Henry Bush's Java Course This is the Client Part of a multi- threaded Networking Chat Program


Constructor Summary
JawaClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main Method - calls the GUI and sets up the Reciever The GUI is called and set up, and then the program waits for the IP address to be entered And then it sets the Reciever to work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JawaClient

public JawaClient()
Method Detail

main

public static void main(java.lang.String[] args)
Main Method - calls the GUI and sets up the Reciever The GUI is called and set up, and then the program waits for the IP address to be entered And then it sets the Reciever to work