CSc 221 Spring 2007 Homework 6

Homework 6 is a continuation and expansion of HW5. You will work in the same teams, and the competed code is due on Tuesday April 24, which is also the date of the second midterm. (But the second midterm will have a concentration on HW5 and HW6, so doing HW6 is good preparation for the midterm.)

You are asked to use whatever layout manager techniques that are useful and appropriate, to put four temperature displays in one frame. The displays are:

You may well have GUI components within GUI components, and you may invoke more than one kind of display manager. The requirements of this aspect the the HW are:

You are also to implement a small amount of exception handling. (Included by popular request; many students asked to get some experience with exception handling, which I am happy to do. It's an important subject, which is real life can be a major part of some apps.) In particular:

That's it. Not actually very big, but I'm giving you only a week.

Back to the top of the Spring 2007 CSc 221 page

Back to Dan McCracken's Home Page