Applet viewer settings
You can choose which viewer to use when running applets. You can use either:
- Sun's JDK utility AppletViewer, which is set by default.
- An external viewer such as Netscape Navigator or Microsoft Internet Explorer.
For security reasons, internal execution is not possible for applets.
To change the default viewer:
- Choose Project | Settings... from the main menu.
- In the Project Settings window, select
Execution Types / Applet Execution / Applet Execution
.- Click on the
External Viewer
property and type in the path and name of the browser or applet viewer.- In the same custom property editor, add any startup arguments that you require for the applet viewer.
To set up a viewer other than AppletViewer:
- Right-click on
Execution Types / Applet Execution
in the Explorer.- Choose New | Applet Execution Service from the contextual menu.
- A new node labelled
Applet Execution
(with a number in parentheses to give it a unique name) will appear. You can select the node and modify itsIdentifying Name
property.- Follow steps 2 through 4 from the procedure for changing the default applet viewer.
Contents | Prev | Next | Index |