Description: Design and implement a network chat rooms, specific requirements are as follows:
Before entering (1) The user must first connect to the server-side chat, users enter a chat nickname can chat with other users.
(2) public chat chat interface contains information area and private chat messages area, the user can use the mouse double-click on a chat chat list s nickname, and the chat by a private chat.
(3) When a new user enters the chat room, all users can see the user s nickname in chat list when a user exits the chat room, the chat list to delete the user s nickname, chat rooms show the user leave a message.
To Search:
File list (Check if you may need any files):
design6\Animal.class
.......\Animal.java
.......\AutoMoveAnimal$1.class
.......\AutoMoveAnimal.class
.......\AutoMoveAnimal.java
.......\cat.jpg
.......\ChangeAnimalWindow.class
.......\ChangeAnimalWindow.java
.......\dog.jpg
.......\HandleMouse.class
.......\HandleMouse.java
.......\HandleQuit.java
.......\Point.class
.......\Point.java
.......\Stone.class
.......\Stone.java
.......\stone.jpg
design6