Project 4 - Math 599: Java Programming

Assigned: July 24, 1997.
Due: July 30, 1997.

  1. TickerTapeTest: Extend you ticker tape project to take display in the ticker tape component the contents of a file. The applet will bring the file from the computer which served the applet, with the file name a parameter on the html page.

    Place your finished .java, .classes and .html files in your public_html so I may grade them.

  2. SlideShow: Write an applet that takes as a parameter a sequence of .gif files and displays them, one by one, in the applet window, fading from one to the other.

    Place your finished .java, .classes and .html files in your public_html so I may grade them.