Multiple Choice
The ____ method requires four arguments and draws the outline of a rectangle using the current drawing color.
A) clearRect()
B) drawRect()
C) fillRect()
D) paintRect()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: You can discover the fonts that are
Q28: When using the drawRoundRect() method, if you
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)
Q33: import javax.swing.*; <br>import java.awt.*; <br>import java.awt.Color; <br>public
Q34: Match each term with the correct statement
Q35: You can instruct a Graphics object named g
Q36: What are the three arguments the BasicStroke
Q37: A rectangle is drawn with the following