Class Ball

java.lang.Object
   |
   +----Client
           |
           +----Chat
                   |
                   +----Ball

public class Ball
extends Chat

Constructor Index

 o Ball()

Method Index

 o main(String[])
 o OpenFrame()
 o receive(String)

Constructors

 o Ball
 public Ball()

Methods

 o main
 public static void main(String args[])
 o receive
 public void receive(String line)
Overrides:
receive in class Client
 o OpenFrame
 public void OpenFrame()