The applet im trying to run is at the botom of the post with the code.
The code i have added to the web page is
If any one can upload the correct code id would be great.Code:<html>
<body>
<applet code=Game.class width=500 height=300>
</applet>
</body>
</html>
Cheers
Ross Clelland
PS: If anyone can point me in direction of any examples or tutorials on sending data across a network using java it would help alot.
