This is the final version of the chat project, here we modified the chatclient.java using multithread. Chatlient.java
What a wonderful world ! Love67
ChatProject---2
###6. ChatClient send message to ChatServer.
In this version, we try to make the communications between chatclient and chatserver.
ChatClient
ChatProject---1
I have not installed the Chinese input method. It is really cool to write this blog in English, lol~ It is a simple chat project implemented by java. I followed the MSB java tutorial and I am here to say thank you to the graceful teather.
1. Init a chat window
The first version is about to init a GUI window, it is so simple that you could not close it on clicking the X button. Based on the package Frame.
Java学习笔记
工作需求,猛看Java,学习完了马士兵老师的第一阶段视频,做一下记录和总结。
##Hello world
HelloWorld.java
##变量
byte int short long float double char boolean
##数组
int a[];
int [] a = new int[100];
int [] b = new int[] {1, 2, 3};
#类
FaceObject.java
#END
Recent Comments