[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Java-Applets
To make a *.class file an Applet, have your class extend JApplet and use the code. Make sure you don't have a main() method.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Java-Applets
Java Applets
------------------ To define a java applet in an HTML file, use the following HTML tags:<APPLET CODE="YourApplet.class" WIDTH="theWidth" HEIGHT="theHeight"></APPLET>
To make a *.class file an Applet, have your class extend JApplet and use the code. Make sure you don't have a main() method.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
