andyoyo
04-24-2008, 04:16 AM
Hi, new to these forums & new to java :)
I made a simple java app based off a school project where you click on the box and it makes dots :p
http://farm3.static.flickr.com/2295/2437412481_f30eedc03c_o.jpg
And here's what I attempted to write out in HTML to make it show up :D
<HTML>
<BODY>
<APPLET CODE=Dots.class WIDTH=300 HEIGHT=200>
</APPLET>
</BODY>
</HTML>
But it didn't work D: Any ideas?
The Dots and DotsPanel class & java files are attached.
I made a simple java app based off a school project where you click on the box and it makes dots :p
http://farm3.static.flickr.com/2295/2437412481_f30eedc03c_o.jpg
And here's what I attempted to write out in HTML to make it show up :D
<HTML>
<BODY>
<APPLET CODE=Dots.class WIDTH=300 HEIGHT=200>
</APPLET>
</BODY>
</HTML>
But it didn't work D: Any ideas?
The Dots and DotsPanel class & java files are attached.