SE 450 - Object Oriented Software Development

Fall 2001/2002

Homework #2

Modify the BlinkingText applet so the following occur every time the user leaves the page and then returns:

  1. The color of the text changes.
  2. The speed of the blinking changes. First it gets faster then it gets slower. Make sure that it doesn't stop or get too fast.
  3. The font cycles between plain and italic.
  4. The message changes between three different messages.
An example of the applet can be found here (make sure you're using Netscape or the appletviewer).