Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip
自己写的个java聊天 import java.io.*; import java.net.*; import java.util.ArrayList; import java.util.List; public class ChatServer { public static int id; private ServerSocket server; private List connections; InetAddress localAddress; publ ic static void
先运行服务器(Server包中的ChatServer.java文件),再运行客户端(MainInterface包中的Loadingterfaced.java文件),在运行客户端之前先修改文件(MainInterface包中的Server.java文件)的代码socket = new Socket("localhost",2000);//填写服务器(即server包中ChatServer文件)运行的电
//脑的ip地址,如果电脑的ip是192.168.1.12就填192