The programming project for this assignment is to get a personalized copy of the HelloWorld applet running on your class project web page. These are the basic steps to accomplish that:
<applet code="HelloWorld.class" width=300 height=150> </applet> <hr> <a href="HelloWorld.java">The source.</a>
Program an applet that will do one of the following plots. Each member of a "design team" should do a different plot. Each plot should have your name as the title. Every plot will use the following data, and the x axis should always be labeled as "Time in Hours".
x values = { 0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0 }
y values = { 3.2, 2.4, 1.1, 0.3, 1.2, 3.1, 2.7, 1.8, 0.9, 2.1 }
z values = { 132, 214, 111, 30, 250, 310, 10, 90, 180, 270 }
Phase One will consist of the development of a complete (hopefully) list of classes along with their responsibilities and collaborators. This part of the design should be turned in on CRC cards.
Here are the results of thePhase One CRC efforts as of March 18, 2000.
Phase Two will consist of the development of class interactions and the class specifications. This part of the design should use the UML notation. If these two phases are done properly, then the interfaces should be correctly and adequately specified, so that the actual coding can be done be separate individuals.
Please send me the assignments ASAP.
I want formal progress reports every class.