Results 1 to 5 of 5

Thread: Running a Applet

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Posts
    11

    Running a Applet

    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

    Code:
    <html>
      <body>
          <applet code=Game.class width=500 height=300>
          </applet>
      </body>
    </html>
    If any one can upload the correct code id would be great.

    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.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width