Right click on the class that extends JApplet and select "Run File".
Your project could be a Java Application or Java Class Library.
Your class declaration must be public and extend JApplet, so Netbeans recognize it as an Applet and then run it.
Last Wiki Answer Submitted: January 25, 2011 2:53 pm by Mariodlg2,790 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
You can run the applet in NetBeans environment, but in web browser you can not, if you do not take away the package definition row from the applet’s source code
You can run the applet in NetBeans environment, but in web browser you can not, if you do not take away the package definition row from the applet’s source code