"Panorama"
© 2000 Maeda Mameo

Java 1.1

o Panorama.class (5KB)



The Panorama applet offers you a panoramic view with any GIF or JPG images on your web pages. It's freeware and is only 5KB. Please try out the Panorama applet for your own web pages and let us know what you thought.

You can see the source code. Panorama.java

Tag Syntax

<applet code="Panorama.class" width="aNumber" height="aNumber">
// the size of the applet (in pixels)
// specify this size smaller than the size of the image

<param name="image" value="aFile">
// an image to be displayed ( ex. "images/pic1.gif" )

</applet>
Go to the author's page.