Are you sure you want to make a chat application where each of the clients must install java and your chat application? Then just google for "client server network programming in java".
I have programmed a chat client like google chat a few years ago using the browser and JSP pages with a mySql database. The advantage: nobody needs to install anything; just browsing to my webpage is enough.
Comment