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

资源简介

用Java写的一个QQ聊天程序,可供大家参考学习,呵呵。

资源截图

代码片段和文件信息

package Client;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.*;
import java.net.*;

import javax.swing.*;

public class Chatframe implements ActionListener{
private Jframe jf;
private JTextArea field;
private JTextArea jta;
private JLabel label;
private JButton button;
private Socket s;
private String name;
private PrintWriter pw;
private BufferedReader br;
private String duixiang;
String yonghuming;
String old;

public Chatframe( PrintWriter pwBufferedReader brString strString aaString yonghumingString old){
this.pw=pw;
this.br=br;
this.old=old;
this.yonghuming=yonghuming;
this.name=str;
this.duixiang=aa;
jf=new Jframe(“正在与“

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2713  2008-09-25 09:37  MyQQ\Server\LiaoTianServer$MyThread.class
     文件        1613  2008-09-25 09:37  MyQQ\Server\LiaoTianServer.class
     文件        2140  2008-09-25 09:37  MyQQ\Server\LiaoTianServer.java
     文件          55  2008-09-24 09:29  MyQQ\info\1001.dat
     文件          43  2008-09-24 10:09  MyQQ\info\1002.dat
     文件          49  2008-09-24 10:10  MyQQ\info\1003.dat
     文件          44  2008-09-24 10:11  MyQQ\info\1004.dat
     文件        2142  2008-09-25 07:23  MyQQ\DAO\logindao.class
     文件          83  2008-09-24 12:28  MyQQ\DAO\DAOloginn.java
     文件         163  2008-09-25 05:32  MyQQ\DAO\DAOloginn.class
     文件        1365  2008-09-25 07:23  MyQQ\DAO\logindao.java
     文件        3111  2008-09-25 09:47  MyQQ\Client\login$MyButton.class
     文件        2603  2008-09-25 09:47  MyQQ\Client\login.class
     文件        4110  2008-09-25 09:52  MyQQ\Client\Mainframe.class
     文件        3512  2008-09-25 09:51  MyQQ\Client\Chatframe.class
     文件        2542  2008-09-25 09:51  MyQQ\Client\Chatframe.java
     文件         741  2008-09-25 09:51  MyQQ\Client\Chatframe$1.class
     文件        2824  2008-09-25 09:47  MyQQ\Client\login.java
     文件        3251  2008-09-25 09:52  MyQQ\Client\Mainframe.java
     文件        1978  2008-09-25 09:52  MyQQ\Client\Mainframe$ReadMessageThread.class

评论

共有 条评论