Due: Wednesday, May 3, 2000 at 11:00 am For this milestone, you will be using Rose to generate code for your design. The code will, of course, contain empty methods and be lacking lots of program details. This generated code together with the result of your merge of Projects 1 and 3 from all the team members, is to be modified so that each method prints a message to the effect that it was called and then calls the methods that it is specified to call. The existing code from Projects 1 and 3 should just produce the output it would produce when called with a message generally related to the input. Since you will not have a real GUI, the best way to enter test cases is to use a text file containing a program readable description of what the user did, e.g., push save enter /home/joe/foo.txt The example is intended to suggest what input might look like not specific expected input. Each team should turn in the output that results from dummy execution, your source files, a make file or Code Warrior description file, an executable binary, your input data and the output. I know you will be working very hard as the deadline gets close. Please try to keep in mind that the purpose of this exercise is to see the result of your analysis and design in action and to get a bit of an appreciation of the amount of code that is a result of your analysis and design work. I think you'll be surprised. Lastly, a bit of advice. Please don't wait until Monday afternoon to start working on this milestone. At that point, it's quite likely that you won't finish by Wednesday morning. If you find that you're in trouble for some reason, please get it touch with me quickly so that we can find a way to get you out of the problem.