欢迎来到天天文库
浏览记录
ID:47889036
大小:53.61 KB
页数:4页
时间:2019-10-18
《合肥学院:java实验11-3》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、importjava.net.Socket;importjava.net.*;importjava.net.DatagramPacket;importjava.net.ServerSocket;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjava.awt.BorderLayout;importjava.awt.FlowLayout;importjavax.swing」Frame;importjavax.swing」Panel
2、;importjavax.swing」Label;importjavax.swing」Button;importjavax.swing.JTextField;importjavax.swingJTextArea;importjavax.swing」ScrollPane;importjava.io.DataInputstream;importjava.io.DataOutputStream;importjava.io」OException;classQQ_UDPimplementsActionListener’RunnableJT
3、extAreashowArea;JLabelJLbl,JLb2,JLb3;JTextFieldmsgText,sendPortTextjeceivePortText」PAddressText;JFrameJFm;JButtonsendJBt,startJBt;JScrollPaneJSP;JPanelJpll,Jpl2;JPanelcon;ThreadTd二null;DatagramPacketsendPack,receivePack;DatagramsocketsendSocket,receiveSocket;InetAddr
4、esssendIP;intsendPort,receivePort;byteinBuf[],outBuf[];SocketToQQCIient;ServerSocketserverSocket;DatalnputStreaminFromQQCIient;DataOutputStreamoutToQQClient;publicQQ_UDP(){"JFm=newJFrame("腾讯QQ-UDP协议Alex.o制作:");showArea=newJTextArea();showArea.setEditable(false);//不可编
5、辑showArea.setLineWrap(true);//自动换行JLbl=newJLabel("接收端口:H);JLb2=newJLabel("发送端口:");JLb3=newJLabel("对方地址:”);sendPortText=newJTextField();sendPortText.setColumns(5);receivePortText=newJTextField();receivePortText.setColumns(5);IPAddressText=newJTextField();IPAddressText
6、.setColumns(8);startJBt=newJButton("开始”);startJBt.addActionListener(this);Jpll=newJPanel();Jpll.setLayout(newFlowLayout());Jpll.add(JLbl);Jpll.add(receivePortText);Jpll.add(JLb2);Jpll.add(sendPortText);Jpll.add(JLb3);Jpll.add(lPAddressText);Jpll.add(startJBt);JSP=new
7、JScrollPane(showArea);//为聊天区,添加滚动窗格msgText=newJTextField();msgText.setColumns(40);msgText.setEditable(false);msgText.addActionListener(this);sendJBt=newJButton("发送“);send」Bt.setEnabled(false);sendJBt.addActionListener(this);Jpl2=newJPanel();Jpl2.setLayout(newFlowLayo
8、ut());Jpl2.add(msgText);Jpl2.add(sendJBt);JFm.add(JSP,BorderLayout.CEA/TE/?);JFm.add(Jpll,BorderLayout.//O/?TH);JFm.add(Jpl2,Borde
此文档下载收益归作者所有