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/...0eedc03c_o.jpg
And here's what I attempted to write out in HTML to make it show up :D
But it didn't work D: Any ideas?Code:<HTML>
<BODY>
<APPLET CODE=Dots.class WIDTH=300 HEIGHT=200>
</APPLET>
</BODY>
</HTML>
The Dots and DotsPanel class & java files are attached.
