147148149150151152153
send(new RejectPkt()); } public void chat( String s ) { send(new ChatPkt(s)); }
321322323324325326327
Client.this.notifyAll(); } } public void submitChat(String msg) { com.send(new ChatPkt(msg)); }