ArtGallery
Java download
SLIDEBAR.GIF (8656 bytes)

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 place the applet on you form so users can request your images. I am still working on a version with more space for the image description (now up to 80 characters). When you use a background image the screen may blink, use only a background color if you do not like the blinking. See HTML-Source for parameter use, download applet.

After the applet is loaded the first image will be loaded. If you have any question or problem please send a mail.



Download:
ArtGallery (37 KB)

 

HTML-Source:

<applet code="ArtGallery.class" name="ArtGallery" width="660" height="750">
    <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="pic2" value="workplace.jpg">
    <param name="title2" value="Location where i have made this Applet.">
</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.

TOP


Home ] Up ] [ ArtGallery - Java example ] GrowText - Java example ] PeerMenu - Main menu ] Java Links ]


© 1998 by Hans Peer last modified: 21-07-98