PixelViewer is an free applet by Stig Christensen, Copenhagen Feb 2000
email: stigc@get2net.dk	
site: http://hjem.get2net.dk/stig_christensen/
Incl. source
---------------------------------------------------------

This applet works like a gallery, handeling any number of pictures.
The size of the picture may differ while the applet will center.
The size of the applet should be seted like so;

	width = width of the pictures
	height = height of the pictures + 40 

The difference in the height is because of the black borders.

---------------------------------------------------------------

the HTML should go like this:

<applet code="pixelviewer.class" width=450 height=350>
<param name = "pic1" value ="cans.jpg">
<param name = "pic2" value ="kitchen.jpg">
<param name = "pic3" value ="kitchen2.jpg">
<param name = "pic4" value ="cube.jpg">
		.
		.	
		.
<param name = "text1" value ="text for 1. picture">
<param name = "text2" value ="text for 2. picture">
<param name = "text3" value ="text for 3. picture">
<param name = "text4" value ="text for 4. picture">
		.
		.
		.
		.
<param name = "pause" value = "10">
<param name = "textspeed" value = "2">

----------------------------------------------------------------
