資源簡介
一個簡單的Java群聊程序,用戶可以通過讀取文件中存放的信息來進行登錄聊天
代碼片段和文件信息
package?com.chinasoft.cilent;
import?java.awt.BorderLayout;
import?java.awt.Container;
import?java.awt.HeadlessException;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.awt.event.KeyAdapter;
import?java.awt.event.KeyEvent;
import?java.awt.event.KeyListener;
import?java.io.BufferedReader;
import?java.io.IOException;
import?java.io.InputStreamReader;
import?java.io.PrintStream;
import?java.net.Socket;
import?java.net.UnknownHostException;
import?javax.swing.JButton;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.JScrollPane;
import?javax.swing.JTextArea;
import?javax.swing.JTextField;
public?class?ChatClient?extends?Jframe?{
private?JTextArea?output;
private?JTextField?input;
private?JButton?se
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????301??2018-11-08?09:12??TestChat1\.classpath
?????文件????????385??2018-11-08?09:12??TestChat1\.project
?????文件????????598??2018-11-08?09:12??TestChat1\.settings\org.eclipse.jdt.core.prefs
?????文件????????746??2018-11-08?16:53??TestChat1\bin\com\chinasoft\cilent\ChatClient$1.class
?????文件????????768??2018-11-08?16:53??TestChat1\bin\com\chinasoft\cilent\ChatClient$2.class
?????文件????????803??2018-11-08?16:53??TestChat1\bin\com\chinasoft\cilent\ChatClient$3.class
?????文件???????1500??2018-11-08?16:53??TestChat1\bin\com\chinasoft\cilent\ChatClient$MessageReader.class
?????文件???????4096??2018-11-08?16:53??TestChat1\bin\com\chinasoft\cilent\ChatClient.class
?????文件???????2325??2018-11-08?16:34??TestChat1\bin\com\chinasoft\cilent\LoginPage$1.class
?????文件????????743??2018-11-08?16:34??TestChat1\bin\com\chinasoft\cilent\LoginPage$2.class
?????文件???????3731??2018-11-08?16:34??TestChat1\bin\com\chinasoft\cilent\LoginPage.class
?????文件????????724??2018-11-08?16:48??TestChat1\bin\com\chinasoft\cilent\LoginPage1$1.class
?????文件????????749??2018-11-08?16:48??TestChat1\bin\com\chinasoft\cilent\LoginPage1$2.class
?????文件????????965??2018-11-08?16:48??TestChat1\bin\com\chinasoft\cilent\LoginPage1$3.class
?????文件???????4831??2018-11-08?16:48??TestChat1\bin\com\chinasoft\cilent\LoginPage1.class
?????文件???????2680??2018-11-08?16:33??TestChat1\bin\com\chinasoft\dao\UserDao.class
?????文件???????1121??2018-11-08?16:33??TestChat1\bin\com\chinasoft\entity\User.class
?????文件???????2371??2018-11-08?16:33??TestChat1\bin\com\chinasoft\server\ChatServer$ClientConnection.class
?????文件???????2359??2018-11-08?16:33??TestChat1\bin\com\chinasoft\server\ChatServer.class
?????文件?????????69??2018-11-08?15:02??TestChat1\files\userstable.txt
?????文件?????210471??2018-11-08?12:12??TestChat1\pics\login_bg.jpg
?????文件???????3181??2018-11-08?16:53??TestChat1\src\com\chinasoft\cilent\ChatClient.java
?????文件???????4755??2018-11-08?16:34??TestChat1\src\com\chinasoft\cilent\LoginPage.java
?????文件???????4430??2018-11-08?16:48??TestChat1\src\com\chinasoft\cilent\LoginPage1.java
?????文件???????1789??2018-11-08?14:19??TestChat1\src\com\chinasoft\dao\UserDao.java
?????文件????????852??2018-11-07?14:25??TestChat1\src\com\chinasoft\entity\User.java
?????文件???????2496??2018-11-08?10:02??TestChat1\src\com\chinasoft\server\ChatServer.java
?????目錄??????????0??2018-11-08?17:52??TestChat1\bin\com\chinasoft\cilent
?????目錄??????????0??2018-11-08?17:52??TestChat1\bin\com\chinasoft\dao
?????目錄??????????0??2018-11-08?17:52??TestChat1\bin\com\chinasoft\entity
............此處省略18個文件信息
- 上一篇:jpcap java抓包必需jar包
- 下一篇:五子棋 java版
評論
共有 條評論