Scientific Programming II

ModSim

Graphics Using Applets


Problem 1 (5 Points)

Write a program which displays a series of images using a delay of one second. The program should clear the screen after drawing each image. Use an array of type BufferedImage to store multiple images.


Problem 2 (5 Points)

Write a program, using the drawing methods included in Graphics, that draws a picture. This could be as simple as a smiley face, or as complex as a dragon fighting a horde of eagles over the fires of Mount Doom as Frodo throws in the One Ring. Be creative.