資源簡介
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
- 上一篇:Android中文幫助文檔
- 下一篇:坦克大戰 java代碼
評論
共有 條評論