C D G I M R S

C

ChatApplet - class ChatApplet.
ChatApplet is the main client class for the chat room.
ChatApplet() - Constructor for class ChatApplet
 
ChatServer - class ChatServer.
The server class for the chatroom.
ChatServer() - Constructor for class ChatServer
 

D

destroy() - Method in class ChatApplet
Break the communication link.

G

getAppletInfo() - Method in class ChatApplet
Retrieve information about the applet

I

init() - Method in class ChatApplet
Initialize the applet and set up the GUI.

M

main(String[]) - Static method in class ChatServer
This is the driver for the server.

R

run() - Method in class ChatApplet
This method executes in a separate thread.

S

setSize() - Method in class ChatApplet
Return the size of the frame in which the applet is displayed

C D G I M R S