• 大小: 230KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Java
  • 标签: java  聊天  tcp  

资源简介

一个简单的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个文件信息

评论

共有 条评论