A C I M O R S U

A

actionPerformed(ActionEvent) - Method in class MiniChat
This event listener only listens for the send message event, all others are ignored.

C

ChatConnection - class ChatConnection.
 
ChatConnection(JTextArea, JScrollPane) - Constructor for class ChatConnection
 
ChatRootPane - Variable in class MiniChat
This is the container used to hold the chat text.
ChatScrollPane - Variable in class MiniChat
This scroll pane is used to create a vertically scrollable chat window
ChatText - Variable in class MiniChat
This is the actual big chat text area.
close() - Method in class ChatConnection
Closes the chat connection input and output streams

I

init() - Method in class MiniChat
Applet interface method that is called initially.
initializeComponents() - Method in class MiniChat
Initializes all the user interface components.

M

MainPanel - Variable in class MiniChat
Applets content pane
MainPanelLayout - Variable in class MiniChat
Layout manager for the MainPanel object
MiniChat - class MiniChat.
MiniChat class is where code starts execution.
MiniChat() - Constructor for class MiniChat
 
MiniChatConnection - Variable in class MiniChat
Object that actually performs the network communication stuff with the server

O

open(String, int) - Method in class ChatConnection
Opens a connection to the server at the given IP address and port number.

R

run() - Method in class ChatConnection
This method is from the runnable interface.

S

SendMessage - Variable in class MiniChat
Button that sends the message to other users.
sendMessage(String) - Method in class ChatConnection
Outputs a message to all the other chat users.

U

UserMessage - Variable in class MiniChat
This field is where the user types in a new message for the chat window.

A C I M O R S U