Up Next
Go up to Top
Go forward to Adding the "Choice" menu

Preparation

To prepare for this lab, be sure to read completely through this handout and do your best to sketch out the Java code you will type in during lab. The more you think the details through ahead of time, the better prepared you will be to get everything completed during lab while we are around to help you if you get into trouble with some annoying detail. Putting in the time before lab can save you a lot of time trying to finish things off on your own after lab.

Since MetroWerks and CS Bull still do not get along, you will need to do your Java development work using your Netware account or a Macintosh formatted floppy disk. Once you get to lab, go to the "CS 105" folder on Cider Press and copy the "ColorMatcherStarter" folder to your floppy disk or Netware account

Open the copied folder and double-click on "ColorMatcher" to start Metrowerks. Once Metrowerks is running, double-click on the name "ColorMatcher.java" to prepare adding your code.

You will notice that we have provided the skeletal remains of code that looks like what you might have written for lab 4. Basically, to save you a little time we have left the code to create and add the Sliders and the headers for all the methods you will need to declare in this lab.


Up Next