How did you go about testing your program? What were the results of that testing?
Today, I made a program that draws a circle that has 360 radii of different colors. When I first made the program, I found out that it did not draw all 360 radii as I intended it to. That was because I did not reset the direction back to 0. Once I did that, I saw a picture that has 360 radii perfectly aligned. To make them of different colors, I made the DrawingTool generate random colors by using the Math.random() method. Finally, the program turned out to be a very interesting an good looking one.
Friday, November 9, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment