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

  • 大小: 1.62MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-12
  • 語言: Java
  • 標簽: qq??聊天??java??原代碼??

資源簡介

java 課程設計,類似qq的聊天小程序,包含程序原代碼,打包好的jar包,課程設計實驗報告java 課程設計,類似qq的聊天小程序,包含程序原代碼,打包好的jar包,課程設計實驗報告java 課程設計,類似qq的聊天小程序,包含程序原代碼,打包好的jar包,課程設計實驗報告

資源截圖

代碼片段和文件信息

package?com.ctu.jsj;

import?java.awt.*;
import?javax.swing.*;
import?java.awt.event.*;

public?class?About?extends?JDialog?{

JPanel?titlePanel?=?new?JPanel();
JPanel?contentPanel?=?new?JPanel();
JPanel?closePanel?=?new?JPanel();

JButton?close?=?new?JButton();
JLabel?title?=?new?JLabel(“聊天室服務端幫助“);
JTextArea?help?=?new?JTextArea();

Color?bg?=?new?Color(255255255);

public?About(Jframe?frame)?{
super(frametrue);
try?{
jbInit();
}?catch?(Exception?e)?{
e.printStackTrace();
}
//?設置運行位置
Dimension?screenSize?=?Toolkit.getDefaultToolkit().getScreenSize();
this.setLocation((int)?(screenSize.width?-?400)?/?2+25
(int)?(screenSize.height?-?320)?/?2);
this.setResizable(false);
}

private?void?jbInit()?throws?Exception?{
this.setSize(new?Dimension(350270));
this.settitle(“我們幾個“);
titlePanel.setBackground(bg);
contentPanel.setBackground(bg);
closePanel.setBackground(bg);

help.setText(“成員:\n“+“曹偉峰??0708班??服務器端代碼!\n“
+“陳國柱??0708班??客戶端代碼!\n“
+“李巍巍??0707班??測試運行代碼!\n“
+“劉文萍??0708班??界面設計代碼!\n“);
help.setEditable(false);

titlePanel.add(new?Label(“?????????????“));
titlePanel.add(title);
titlePanel.add(new?Label(“?????????????“));

contentPanel.add(help);

closePanel.add(new?Label(“?????????????“));
closePanel.add(close);
closePanel.add(new?Label(“?????????????“));

Container?contentPane?=?getContentPane();
contentPane.setLayout(new?BorderLayout());
contentPane.add(titlePanelBorderLayout.NORTH);
contentPane.add(contentPanelBorderLayout.CENTER);
contentPane.add(closePanelBorderLayout.SOUTH);

close.setText(“關閉“);
//?事件處理
close.addActionListener(new?ActionListener()?{
public?void?actionPerformed(ActionEvent?e)?{
dispose();
}
});
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????19492??2009-09-23?15:29??聊天程序\45478\ChatClient.jar

?????文件??????19496??2009-09-23?15:29??聊天程序\45478\ChatServer.jar

?????文件??????25676??2009-09-21?20:31??聊天程序\45478\images\Chat00.jpg

?????文件?????197370??2009-09-22?18:45??聊天程序\45478\images\Chat01.jpg

?????文件??????38688??2009-09-22?18:14??聊天程序\45478\images\Chat02.jpg

?????文件??????91531??2009-09-22?18:25??聊天程序\45478\images\Chat03.jpg

?????文件??????58323??2009-09-22?18:59??聊天程序\45478\images\Chat04.jpg

?????文件??????81812??2009-09-22?22:00??聊天程序\45478\images\Chat05.jpg

?????文件??????90752??2009-09-21?16:07??聊天程序\45478\images\Chat06.jpg

?????文件????????301??2009-09-20?21:50??聊天程序\45478\test\.classpath

?????文件????????380??2009-09-20?21:50??聊天程序\45478\test\.project

?????文件????????629??2009-09-20?21:50??聊天程序\45478\test\.settings\org.eclipse.jdt.core.prefs

?????文件????????669??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\About$1.class

?????文件???????2925??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\About.class

?????文件???????2903??2009-09-22?19:25??聊天程序\45478\test\bin\com\ctu\jsj\ChatServer$Client.class

?????文件???????2665??2009-09-22?19:25??聊天程序\45478\test\bin\com\ctu\jsj\ChatServer.class

?????文件???????2118??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Client$MenuListener.class

?????文件???????1690??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Client$RecvThread.class

?????文件???????2008??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Client$TFListener.class

?????文件???????3068??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Client.class

?????文件???????1057??2009-09-22?19:35??聊天程序\45478\test\bin\com\ctu\jsj\frame$1.class

?????文件????????654??2009-09-22?19:35??聊天程序\45478\test\bin\com\ctu\jsj\frame$2.class

?????文件???????3472??2009-09-22?19:35??聊天程序\45478\test\bin\com\ctu\jsj\frame.class

?????文件????????663??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Help$1.class

?????文件???????2916??2009-09-22?18:26??聊天程序\45478\test\bin\com\ctu\jsj\Help.class

?????文件???????1092??2009-09-22?19:25??聊天程序\45478\test\bin\com\ctu\jsj\Serverframe$1.class

?????文件???????2049??2009-09-22?19:25??聊天程序\45478\test\bin\com\ctu\jsj\Serverframe.class

?????文件??????25676??2009-09-21?20:31??聊天程序\45478\test\images\Chat00.jpg

?????文件?????197370??2009-09-22?18:45??聊天程序\45478\test\images\Chat01.jpg

?????文件??????38688??2009-09-22?18:14??聊天程序\45478\test\images\Chat02.jpg

............此處省略28個文件信息

評論

共有 條評論