Jump to content

Java Applets


Ritey
 Share

Recommended Posts

Trying to build one currently, its going to be fairly complex, simulating a race traffic (birds eye view) with sector times being input and "an icon" simulating the times at each stage of the track

But for now I'd like to know how to get what i've done so far to work over the net, have uploaded the picture i'm using, the html file and the class file to a folder but on every other machine i've used it says that the class file can't be found.

Any ideas?

Link to comment
Share on other sites

[ QUOTE ]

<body>

<table align ="center" class="main" width="80%">

<tr>

<td>Gurston Down Race Simulation

<tr>

<td>

<applet code="Applet.class" width="700" height="700"></applet>

</td>

<tr>

<td>Created by David Wright </td>

</tr>

</table>

<p align="center"> <a href="http://validator.w3.org/check?uri=referer"><img border="0"

src="http://www.w3.org/Icons/valid-html401"

alt="Valid HTML 4.01!" height="31" width="88"></a> </p>

</body>

[/quote

Link to comment
Share on other sites

I restarted my computer having installed the software. I have even tried Ctrl F5 since then but sadly am getting the same result. You may want to retry at some stage with someone who is a little more IT proficient but I'm happy to keep trying to help.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...