Possible Duplicate:
LAN chating system or LAN chat server
displaying list of user to all the user window my code is
i m use RMI so this is the interface declaration
public void sendPublicMessage(String keyword, String username, String message) throws RemoteException;
public void sendPrivateMessage(String keyword, String username, String
…