Multiple Choice
When using the drawRoundRect() method, if you assign ____ to the arc coordinates, the rectangle is not rounded; instead, the corners are square.
A) -1
B) 0
C) 10
D) 99
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A rectangle created with the clearRect() method
Q24: You can instantiate an empty Polygon object
Q25: How do you use the drawOval() method
Q26: _ is the amount of space between
Q27: You can discover the fonts that are
Q29: Why would a programmer use the repaint()
Q30: To create an arc object named halfArc
Q31: The _ method creates a solid arc.<br>A)
Q32: The _ method requires four arguments and
Q33: import javax.swing.*; <br>import java.awt.*; <br>import java.awt.Color; <br>public