Multiple Choice
Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50) ?
A) Text myText = new myText(200, 50, "Love to animate!") ;
B) Text myText = new Text(50.0, 200.0, "Love to animate!") ;
C) Text myWords = new Text(200.0, 50.0, "Love to animate!") ;
D) Text Words = new Words(200, 50, "Love to animate!") ;
Correct Answer:

Verified
Correct Answer:
Verified
Q20: The _ arc type causes a straight
Q21: Select all that apply. Which of the
Q22: The following statement will draw the string
Q23: The _ class specifies the amount of
Q24: To create an animation in which a
Q26: The Rotate class creates a rotating animation.
Q27: To combine several effects, use the Effect
Q28: Which of the following is a subclass
Q29: Given a window that is 640 (width)
Q30: To make a node half its original