Assignment 4
Due before class on Friday, May 8th
Create an image map class which displays an image, and prints a different message in the status bar depending on the current mouse location. Your image map class should accept a double-subscripted array which defines the regions in the image, and each region gets its own message. When the mouse is in a region, that region's message is displayed.
You'll need a few more tricks in your toolbox to do this:
showStatus(String message)
method.