Take a moment to review the steps you took to create the Java applet. They will be the same for every applet you make:
- Write the Java code in a text file
- Save the file
- Compile the code
- Fix any errors
- Reference the applet in a HTML page
- Run the applet by viewing the web page

