Photo by Steve Passmore



Components for Picture Frame ~ Download to your Lake Workshop
with seychelles.jpg

4 frame pieces used ~ 1 for each side, 1 for top & 1 for bottom. 
Here they are:
All are 40 px thick. Top & Bottom are Height=40 px, and sides
are Width=40px



The graphic used in the applet, seycelles.jpg is 461 px x 168 px

For the lake applet we will use Actual Width 461   Heigth~Actual 170 x 2 minus 16 = 320

Therefore the actual viewing size of the applet is Width 461 px x Height 320 px

As the top & bottom pieces will rest on top of the side pieces (40 px thick) the width of the top and bottom pieces will be 461 px (width of applet) + 40 px (left side) + 40 px (right side) for a total width 541 px height 40 px. The sides need no adjustment and will be the same height of the applet height 320 px width 40 px.

These can be adjusted for any size lake applet.


                              HTML you will use ~ Frame in Lime

<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td colspan="3"><img border="0" height="40" width="541" src="b1.gif"></td>
</tr>
<tr>
<td><img border="0" height="320" width="40" src="b2.gif"></td>
<td>

<applet code="Janim2.class"  width="461" height="320">
<param name="image" value="seychelles.jpg">
<PARAM NAME="reg1" VALUE="997009">
</applet>
</td>
<td><img border="0" height="320" width="41" src="b3.gif"></td>
</tr>
<tr>
<td colspan="3"><img src="b4.gif" width="541" height="40"
</td>
</tr>
</table>

.

Return to Home Page