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:
- The color of the text changes.
- 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.
- The font cycles between plain and italic.
- 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).