In JDeveloper, you can easily create a skeleton Java applet and then edit it with the Code Editor.
To create a Java applet:
This will open the New Applet dialog that will create the applet for you based on information you specify, including the name, package and class it extends. Press F1 or click H elp to obtain context-sensitive help in the dialog.
When you are finished, you will have a skeleton .java
file
containing the applet class, based on the details you entered. You can
edit this file in the Code Editor. Using JDeveloper you will also be
able to embed your applet within an HTML page, which you can create with
the Applet HTML File wizard. You can also run the applet standalone in
order to test it from JDeveloper.
Creating an Applet HTML File
Editing Source Code in JDeveloper
Converting an HTML Page that Contains an Applet
Debugging an Applet
Running an
Applet
Deploying an
Applet as a WAR File
Copyright © 1997, 2004, Oracle. All rights reserved.