Answer:
Six lines radiating from a center.
Basic Star
Let us first write an applet that draws the basic 6-pointed star. This will get the details of writing an applet out of the way and will clear up the geometry. Here is the first version:
|
Embedded Java applet removed: modern browsers do not support Java applets. The surrounding source code is retained for historical study.
|
Think of this figure as six lines that radiate from a center (not three crossed lines).
QUESTION 4:
(Review: ) When you write an applet, what class do you extend?