Back to Java Users Group Home Print this page

Java Users Group

May 2003 Meeting Information

May 13, 2003
A Simple Chat Application

This month's meeting will be a source code review of a simple chat application to demonstrate client/server relationships and multiple threads. Each client interacts independently with the server, and uses threads for displaying the messages to/from the server and to display a scrolling message on its respective window.