91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 11KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-10
  • 語言: Java
  • 標簽: javaQQ??

資源簡介

用java寫的一個精簡版的聊天工具 有全面的注釋 非常適合學習 麻雀雖小五臟俱全 用最精簡的代碼詮釋最核心的技術 代碼150行左右 非常便于學習和修改

資源截圖

代碼片段和文件信息

/**
?*?服務器端
?*/
package?com.test1;
import?javax.swing.*;
import?java.awt.*;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.io.*;
import?java.net.*;
public?class?MyClient?extends?Jframe?implements?ActionListener{

JTextArea?jta=null;
JTextField?jtf=null;
JButton?jb=null;
JPanel?jp1=null;//面板用來附加按鈕等?調節布局
JScrollPane?jsp=null;//滾動條

PrintWriter?pw=null;

public?static?void?main(String[]?args)?throws?UnknownHostException?IOException?{
//?TODO?Auto-generated?method?stub
MyClient?msv=new?MyClient();
}

public?MyClient()?throws?UnknownHostException?IOException
{
jta=new?JTextArea();
//將文本面板附加到滾動面板上
jsp=new?JScrollPane(jta);
jtf=new?JTextField(10);
jb=new?JButton(“發送“);
jb.addActionListener(this);

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-04-02?07:36??chattool\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\
?????文件?????????301??2012-04-01?11:01??chattool\netTest3Client\.classpath
?????文件?????????390??2012-04-01?11:01??chattool\netTest3Client\.project
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\.settings\
?????文件?????????629??2012-04-01?11:01??chattool\netTest3Client\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\bin\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\bin\com\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\bin\com\test1\
?????文件????????2947??2012-04-01?15:34??chattool\netTest3Client\bin\com\test1\MyClient.class
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\src\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\src\com\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Client\src\com\test1\
?????文件????????1676??2012-04-01?15:34??chattool\netTest3Client\src\com\test1\MyClient.java
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\
?????文件?????????301??2012-04-01?11:01??chattool\netTest3Server\.classpath
?????文件?????????390??2012-04-01?11:01??chattool\netTest3Server\.project
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\.settings\
?????文件?????????629??2012-04-01?11:01??chattool\netTest3Server\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\bin\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\bin\com\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\bin\com\test1\
?????文件????????2993??2012-04-01?20:56??chattool\netTest3Server\bin\com\test1\MyServer.class
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\src\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\src\com\
?????目錄???????????0??2012-04-02?07:37??chattool\netTest3Server\src\com\test1\
?????文件????????1931??2012-04-01?20:56??chattool\netTest3Server\src\com\test1\MyServer.java
?????文件?????????159??2012-04-02?07:39??chattool\讀我.txt

評論

共有 條評論