If you haven't yet created and built the Blink project, you should do so now. Step-by-step instructions are in Creating a Project.
<applet name="Blink" code="Blink.class" codebase="/your_home_directory/.jws/Blink" width="500" height="600" align="Top" alt="If you had a java-enabled browser, you would see an applet here." > <param name="lbl" value="Java WorkShop is really cool :-)"> <hr>If your browser recognized the applet tag, you would see an applet here.<hr> </applet>
The WorkShop created this file when you ran the project. The information is this file is based on the information in the Run tab in the Project Manager. If you have not previously run the project, see Running the Project.
<param name="speed" value="50">
This parameter increases the speed at which the words blink.
<p> <a href="Blink.java">Source Code</a>
The path to the source code must be relative to the HTML file.
Next lesson: