There is to get you started. It's not code, but it'll get you started. If you need a basic example of a client or server, I will give you it. I started making my first one when I found a SUPER simple server/client program (source code) and built off of that.
Good luck,
John Price
EDIT : This is on the server. On the client, you need to do something like this :
EDIT (2) : Make the server an Application. Make the client an Application or
Applet. Applet will be harder (permissions, signing the JAR files, put it on a website with bandwidth, etc), but more convenient for the user. Application is easier, but less convenient for the user.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” (Mosher's Law of Software Engineering)
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” (Edsger Dijkstra)