|
ShowApplet is intended for small scale slide shows and animations. Image frames can be supplied either in separate jpeg or gif files one frame per file or in one multiframe gif file. Image files are fully decompressed in memory before the show. The four buttons are for show start, pause, advance one frame and move one frame back. On this page the applet is used for slow slide show. To see a fast animation performed by this applet access this page. Use this link to navigate to Download Page from where you can download Java archive with the applet. Applets parameters are described below. |
|
Applet Parameters
"background"
- background color of the applet and unused
portion of image canvas as triplet of comma
separated r,g,b numbers from interval [0,255].
"button_background" -background color of buttons as r,g,b triplet "button_foreground" -foreground color of buttons as r,g,b triplet "canvas_size" -pair of comma separated whole numbers denoting the width and height of image canvas in pixels. Images are scaled to best fit to the canvas size while preserving their aspect ratio. "showtime" -time in msec of the display of one frame. "frame0","frame1","frame3"... -partial URLs of image files relative to applet codebase. If only one URL is present and has a reference that can be interpreted as number of frames in a file, the corresponding file is assumed to be a multiframe GIF file. Reference is separated from the proper URL as usual by # sign. |
|