Applet Execution

See Also 

The Applet module might not be available in your version of the IDE. If it is available, you will see an option to create an Applet under the Classes category in the New wizard. You can enable the Applet module by choosing Tools and choose Update Center.

By default, Applet Execution calls the appletviewer command provided with your JDK. You can change the properties of Applet Execution so that it runs an applet in the web browser of your choice. Running an applet in a web browser can be slower than using the applet viewer because the web browser has to start up. However, before deploying your applet, you should verify that it displays in external browsers.

To view or change the properties of Applet Execution, open the Options window, expand Debugging and Execution and expand Execution Types, and select Applet Execution. When you change the value of a property, your change affects all classes that use that executor.

Applet Execution has the following properties:

See Also
Running and Debugging an Applet
Applet Debugger
Setting Run Options
Specifying the Default Executor
Configuring HTTP Server Options
Setting a Proxy
Accessing Local Files Through a Proxy

Legal Notices