Java Image Scroller

This applet scrolls images across the screen, and links URLs to the images so that when you click on an image, the web browser gets sent to the associated URL. The applet takes parameters in an input file with the following format on each line:
[Image Path]|[Image Label]|[URL]

Source Code|Param File