I have completed a user interactive Java drawing program. The settings the user needs are described as follows. First, you may select the color of the trochoid. Next, you select the radius of the smaller circle. You must select an integer between 1 and 150. Then, you select what I call the offset. This is the distance from the center of the smaller circle template that the pen is placed. Note that you can pick an offset that is larger than the radius of the moving template. This, in effect, allows you to draw curves that are simply not possible with the Spirograph (tm). The last field is the number of revolutions the smaller template moves around the larger fixed circle. Usually 10 will suffice, but feel free to experiment. The "Draw" button draws the trochoid according to your specifications. The "Remove" button removes the last trochoid drawn. The "Refresh" button clears all of the trochoids drawn. Have fun!
Back to my personal page.