Prev Up Next
Go backward to Metrowerks Background
Go up to Top
Go forward to Writing (and Running) Your First Applet

Getting Started

To start this lab:

Once Metrowerks gets started a window resembling the image shown below should appear on your screen.

image
This window describes all the elements associated with your applet that Metrowerks is "managing".

The two elements of interest to you at this point are the items named "AppletMethods.java" and "DisplayApplet.html". The first is a skeletal framework for a Java applet. In the next few steps you will get to fill in the framework a bit to make the applet do something a bit more interesting that it does in its current form. The second file is the minimal HTML for a web page including the applet as an element.

To get ready for the next step, point the mouse at the file name "AppletMethods.java" in the "JavaSample" window and double click. A window containing the text of our skeletal applet should appear.


Prev Up Next