PicShow simply creates slideshow of pictures to your webpage.
When applet is started it will load all pictures to memory and then start showing pictures. You can change pictures, delays etc by changing parameters.
Pictures doesn't need to be same size or same file format. At least jpg- and gif-pictures works. However, pictures should be in same directory where PicShow-applet is located.
Required parameters | ||
Name | Possible values | Description |
---|---|---|
NumberOfPictures | Number (Positive integer) |
Defines how many pictures you want to show. |
Picture_1 | Filename | First picture-file. |
Additional parameters | ||
Name | Possible values | Description |
Picture_X (X=2,3,4...) |
Filename | X. picture-file. |
AppletBgColor | Hex RGB-color | Applet background color. |
TextColor | Hex RGB-color | Text color. |
FontName | String ("Arial", "Serif", "Courier"...) |
Name of the font used to print 'Text'. All systems doesn't support all fonts, so it's better to use some common font. |
FontSize | Number (Positive integer) |
Font size. |
Text | String | Text which you want to be on screen while applet is loading pictures and while repeatdelay (see below). |
PictureSize | "Actual", "Full" or "Fit" | This defines how pictures will be drawn on screen. "Actual" means that pictures will be drawn on screen with their actual size. If applet is smaller than picture(s), then part of picture will not be visible. "Full" means that picture is always scaled to fill whole applet. Picture may lose its aspect ratio. "Fit" is default choice and it will make picture to fit in applet without losing pictures aspect ratio. |
PictureDelay | Number (Positive integer) |
Defines how many milliseconds every picture will stay on screen. |
RepeatDelay | Number (Positive integer) |
After all picture have been on screen, this defines how many milliseconds applet will be wait before it start showing pictures again. |
PingPong | (Anything) | Normally pictures are viewed from first picture to last and then again from first to last etc. With PingPong pictures are viewed from first to last, then back from last to first, then repeatdelay etc. |
Example applet running | Example applet HTML-code |
<APPLET CODE="PicShow.class" WIDTH=100 HEIGHT=158>
|
www.tiikoni.net/java/free/picshow/picshow.php | Full page map | Copyright © Pasi Laaksonen |