Hello! Most Applets now extend the JApplet class now. (JApplet is part of the javax.swing package) So you should probably be extending that instead. also, all applets make a call to init(), start(), destroy(), and stop(). The paint() method is located in the Container class. anyways, that's just some background info for applets. You should add in the above methods to your code, because they're called by the browser to start the applet. hope this helps =)
freelancelote commented: Thank you lad. Great help. +2
llemes4011 31 Posting Whiz in Training
llemes4011 31 Posting Whiz in Training