-
大小: 1.92MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-10-14
- 語言: Java
- 標簽:
資源簡介
java 聊天程序,擁有私聊,公聊,截圖,傳送文件等功能,同時擁有《總結與反思文檔》,《聊天室需求說明書 》,《上機備忘錄》,《設計說明書》和《項目計劃書規范》。
希望對大家有用哦

代碼片段和文件信息
package?chat;
/**
?*?CaptureScreen.java
?*/
import?java.awt.*;
import?java.awt.datatransfer.DataFlavor;
import?java.awt.datatransfer.Transferable;
import?java.awt.datatransfer.UnsupportedFlavorException;
import?java.awt.event.*;
import?javax.swing.*;
import?java.io.*;
import?javax.imageio.*;
import?java.awt.image.*;
public?class?CaptureScreen?extends?Jframe?implements?ActionListener?{
????private?JButton?startcancel;
????private?JPanel?c;
????private?BufferedImage?get;
????private?JTabbedPane?jtp;//一個放置很多份圖片
????private?int?index;//一個一直會遞增的索引用于標認圖片
????private?JRadioButton?javasystem;//JAVA界面系統界面
????/**?Creates?a?new?instance?of?CaptureScreen?*/
????public?CaptureScreen()?{
????????super(“屏幕截取“);
????????try{
????????????UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
????????}catch(Exception?exe){
????????????exe.printStackTrace();
????????}
????????initWindow();
????????initOther();
????}
????private?void?initOther(){
????????jtp=new?JTabbedPane(JTabbedPane.TOPJTabbedPane.SCROLL_TAB_LAYOUT);
????}
????private?void?initWindow(){
????????start=new?JButton(“開始截取“);
????????cancel=new?JButton(“退出“);
????????start.addActionListener(this);
????????cancel.addActionListener(this);
????????JPanel?buttonJP=new?JPanel();
????????c=new?JPanel(new?BorderLayout());
????????JLabel?jl=new?JLabel(“屏幕截取“?JLabel.CENTER);
????????JLabel?jl1=new?JLabel(“提示:雙擊選定區域進行保存等操作“JLabel.CENTER);
????????jl.setFont(new?Font(“黑體“Font.BOLD40));
????????jl1.setFont(new?Font(“宋體“Font.BOLD20));
????????jl.setForeground(Color.RED);
????????jl1.setForeground(Color.BLUE);
????????c.add(jlBorderLayout.CENTER);
????????c.add(jl1BorderLayout.SOUTH);
????????buttonJP.add(start);
????????buttonJP.add(cancel);
????????buttonJP.setBorder(BorderFactory.createtitledBorder(“公共操作區“));
????????JPanel?jp=new?JPanel();//放置兩個單選按鈕的面板
????????jp.add(java=new?JRadioButton(“java界面“));
????????jp.add(system=new?JRadioButton(“系統界面“true));
????????java.addActionListener(this);
????????system.addActionListener(this);
????????jp.setBorder(BorderFactory.createtitledBorder(“界面風格“));
????????ButtonGroup?bg=new?ButtonGroup();
????????bg.add(java);
????????bg.add(system);
????????JPanel?all=new?JPanel();
????????all.add(jp);
????????all.add(buttonJP);
????????this.getContentPane().add(cBorderLayout.CENTER);
????????this.getContentPane().add(allBorderLayout.SOUTH);
????????this.setSize(500400);
????????this.setLocationRelativeTo(null);
????????this.setVisible(true);
????????this.setAlwaysOnTop(true);
????????this.setDefaultCloseOperation(Jframe.DISPOSE_ON_CLOSE);
????}
????
????private?void?updates(){
????????this.setVisible(true);
????????if(get!=null){
????????????//如果索引是0則表示一張圖片都沒有被加入過
????????????//則要清除當前的東西重新把tabpane放進來
????????????if(index==0){
????????????????c.removeAll();
????????????????c.add(jtpBorderLayout.CENTER);
????????????}else{//否則的話直接對tabpane添加面板就可以了
????????????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????31232??2009-07-14?09:35??java聊天程序-郁傳仕-孫一泉-丁然\07281094?丁然-專題訓練總結與反思.doc
?????文件??????32768??2009-07-14?09:38??java聊天程序-郁傳仕-孫一泉-丁然\07281109孫一泉-專題訓練總結與反思.doc
?????文件??????32768??2009-07-14?02:16??java聊天程序-郁傳仕-孫一泉-丁然\07281113-郁傳仕-專題訓練總結與反思.doc
?????文件????????232??2009-07-12?14:02??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\.classpath
?????文件????????393??2009-07-12?14:02??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\.project
?????文件???????1393??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$1.class
?????文件????????506??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$2.class
?????文件????????938??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$BMPfilter.class
?????文件????????938??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$GIFfilter.class
?????文件????????938??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$JPGfilter.class
?????文件???????2272??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$PicPanel.class
?????文件???????1052??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$PNGfilter.class
?????文件???????8289??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen$Temp.class
?????文件???????9332??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\CaptureScreen.class
?????文件????????651??2009-07-13?15:31??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Chatfr
?????文件???????3837??2009-07-13?15:31??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Chatfr
?????文件???????2922??2009-07-13?15:31??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Chatfr
?????文件???????4114??2009-07-13?15:31??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Chatfr
?????文件??????19391??2009-07-13?15:31??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Chatfr
?????文件????????596??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Connect$1.class
?????文件???????7498??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\Connect.class
?????文件???????2611??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\MyTextArea.class
?????文件???????4023??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\PList.class
?????文件???????1033??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\PopupListener.class
?????文件???????1692??2009-07-13?10:38??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\chat\States.class
?????文件???????3315??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\server\ChatServer.class
?????文件???????4157??2009-07-12?14:08??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\bin\server\ClientProc.class
?????文件??????39801??2009-07-13?09:02??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\src\chat\1.gif
?????文件???????1254??2009-04-16?21:18??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\src\chat\2.gif
?????文件???????8000??2008-11-22?00:37??java聊天程序-郁傳仕-孫一泉-丁然\testmychatroom1.6\src\chat\ButtonSenddown.gif
............此處省略315個文件信息
評論
共有 條評論