This is my first applet. I have made this applet to
reduce the time making boring pages with images. With Artgallery you store all you images
in one directory and include the applet in your form so users can view your images. It is
possible to use a description for each image. This description is multi line and the
applet will wrap the text. When you use a background image the screen may blink, use only
a background color if you do not like the blinking. I am still working on the choice color
but i have not found a solution. If you know how to change the color of a choice
class please let me know! After the applet is loaded the first image will be
loaded. If you have any question or a problem please send a mail.
<applet code="ArtGallery.class"
name="ArtGallery" width="660" height="800">
<param name="MenuFontName" value="Veranda">
<param name="MenuFontSize" value="12">
<param name="TitleFontName" value="Veranda">
<param name="TitleFontSize" value="20">
<param name="ImageLocation" value="Pictures">
<param name="BackgroundImageFile"
value="image4.jpg">
<param name="BackgroundColor" value="white">
<param name="ForegroundColor" value="black">
<param name="pic1" value="tpeer_large.jpg">
<param name="title1" value="Nice picture!">
<param name="text1" value="This is my logo, because
my last name is pear (in Dutch this is Peer)! With version 2.02 it is possible to give a
full description of every image. This description is multi line and the applet will wrap
the text.">
<param name="pic2" value="workplace.jpg">
<param name="title2" value="Location where i have
made this Applet.">
<param name="text2" value="This is where my computer
is located and where i sometimes try to make programs.">
</applet>
You must place the background image and the picture
directory in the same directory as the html document (DocumentBase), i am still working to
solve this problem.