The tutorial for this sample, "Building an applet", is located in the Quick Start. The tutorial steps you through creating an AWT applet using the JBuilder integrated development environment (IDE).
The tutorial shows how to:
- Create a project for the applet and set the JDK version.
- Use the Applet wizard to create an AWT applet.
- Add AWT components, such as
Panel
, Choice
, Label
, and Button
.
- Edit the source code.
- Compile and run the applet.
- Deploy the applet.
- Modify the HTML file.
- Run the deployed applet from the command line.
- Test the applet.
Important: Before beginning the tutorial, read the overview which discusses important applet issues.
To run this sample,
- Open
FirstApplet.jpr
in JBuilder.
- Right-click
GoodEveningApplet.html
and select Run or select the Run button on the main toolbar.