| |
Previous Table of Contents Next |
|
|
| |
Java Tools - Lightweight IDE for Java |
|
| |
|
|
| |
GETTING STARTED
Create, Compile and Execute Hello World Applet
-
Create Hello World Applet Java File:
-
Click File | Create | Java File | Applet in the Java Tools window.
-
Type HelloWorldApplet.java in the Input dialog then click OK.
-
Compile Hello World Applet Java File:
-
Click Tools | Compile in the Java Tools window.
-
Click OK in the Information dialog when the compile completes.
-
Create Hello World Applet HTML File:
-
Click File | Create | HTML File in the Java Tools window.
-
Type HelloWorldApplet.html (default) in the Input dialog then click OK.
-
Execute Hello World Applet HTML File:
-
Click Tools | Execute | HTML File in the Java Tools window.
-
Wait until Hello World Applet appears in the Applet Viewer window.
-
Click X in the top right corner of the Applet Viewer window. |
|
|
| |
|
|