• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: 聊天  Java  Swing  Socket  

资源简介

Java做的关于B\S的聊天系统源代码。

资源截图

代码片段和文件信息

/*
 * To change this template choose Tools | Templates
 * and open the template in the editor.
 */

package newpackage;
import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionListener;
import java.util.EventListener;
import java.awt.event.ActionEvent;
import newpackage.wyMain;
/**
 *
 * @author 朱阿利
 */
public class wyClient extends Jframe implements ActionListener {
     JTextField tusername;
     JTextField tpassword;

     public wyClient(String title){
         super(title);
         this.setSize(300200);
         this.setLocation(150250);
         Container con = this.getContentPane();
         con.setLayout(new GridLayout(21));

         JPanel p1 = new JPanel();
         JPanel p2 = new JPanel();

         con.add(p1);
         con.add(p2);

         JLabel l1 = new

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1963  2010-07-19 18:16  wyClient.java

     文件      10107  2010-07-19 18:16  wyMain.java

     文件       3732  2010-07-19 22:14  wyServer.java

----------- ---------  ---------- -----  ----

                15802                    3


评论

共有 条评论