Revision 3
General:
Copyright: Gabriel (txwudi@mbox2.singnet.com.sg)
ImageGallery Version 1.27
ImageGallery.html is included for testing of outlook. No pictures are
attached.
Two class files: ImageGallery.class and GalleryCanvas.class
Pictures are now drawn to the applet only when the pictures have completed
downloading, this give a better outlook.
-----------------------------------------------------------------------------
Starting up:
An applet which retrieved pictures and displayed on the applet's canvas.
Save the trouble of going from one page to another.
The html tag for the applet is:
Do not specify GalleryCanvas.class, the ImageGallery.class will search for
the class itself
All the parameters above must be specified.
'number' is the number of files to be retreived.
'thename' is the files' names
'format' is the file format (jpg or gif)
Example 1: Files are pic1.gif, pic2.gif, pic3.gif and pic4.gif
Note: first file must start with the number 1 not 0.
Example 2: Files are picture1.jpg, picture2.jpg, picture3.jpg, picture4.jpg
and picture5.jpg
-----------------------------------------------------------------------------
Features:
Can have as many pictures as you like, and don't worry. The files are
retrieved in intervals of 10 seconds or you can specify yourself by using
this parameter . Value must be in terms of seconds
default is 10 sec.
-----------------------------------------------------------------------------
Images are now not resize to the applet's size.
EG: If image 1 has the longest width of 350, the applet's width will be 360
and if image 1 does not has the longest height but image 2 has the longest
height of 450, the applet's height will be 490. Therefore the applet size is
360x490. Your html tag is: