局域网聊天室的设计.doc

局域网聊天室的设计

客户端: 1,ClientFrame.java: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NewJFrame.java * * Created on 2010-6-30, 15:59:05 */ package client; import java.awt.event.*; import javax.swing.*; import java.io.*; import .*; import java.awt.*; /** * * @author Administrator */ public class ClientFrame extends javax.swing.JFrame { private ImageJPanel it; //用于更换背景图片 String ip = ;//连接到服务端的ip地址 int port = 8888;//连接到服务端的端口号 String cuserName = 游客;//用户名 int type = 0;//0表示未连接,1表示已连接 Socket socket; //用于连接服务器的套接字 Ob

文档评论(0)

1亿VIP精品文档

相关文档