[help] Chat program by use of socket connections
he guys, I have a very important question... I've been trying for about 3 weeks to create a simple chat program. The assignment is to create a client - server connection by use of a socket. The client has to be able to type text and send is to the server, and the server distributes this to all the socket connection (clients) attached to him.
What I have working right now is the connection of both client en server, and the popup of a simple UI. What I need to create next, is that the client somehow send a String of text from a textfield to the server, and the server distributes this to the clients... the text has to show up in a textArea in the client.
My question is... can somebody have a quick look on the two .java files below? I'm trying for three weeks now, and I'm closer to crying then laughing right now, because I'm trying and trying.. but the progress is really atomic small :(. Every help is welcom, even a small hint to continue on from this point.
http://www.yousendit.com/transfer.php?action=download&ufid=EA5D43C71DD68E60

