next up previous
Next: Read about applets Up: Programming assignment Previous: Programming assignment

Create the Hello World applet

1.
Start the Roaster IDE and create a new folder named Olympics, and a new project named Olympics.$\pi$.
2.
When the Roaster Wizard appears, tell it you want to make an Applet, and name the class Olympics. For everything else, you can just accept the default settings.

3.
Just like last time, Roaster sets up a basic applet for you. This one does the same thing as the other one, printing ``Hello, World,'' but this time it does it by drawing on an applet canvas instead of printing to an I/O window.

4.
Run the project.



Allen B. Downey
2/11/1998