Multiple Choice
The Java statement:
G.draw3DRect(290, 100, 90, 55, true) ;
A) draws a rectangle that appears to be raised (the top and left edges of the rectangle are slightly darker than the rectangle) .
B) draws a rectangle that appears to be lowered (the bottom and right edges of the rectangle are slightly darker than the rectangle) .
C) draws a rectangle that appears to be raised (the bottom and right edges of the rectangle are slightly darker than the rectangle) .
D) draws a rectangle that appears to be lowered (the top and left edges of the rectangle are slightly darker than the rectangle) .
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which of the following are valid Java
Q10: Which of the following statements is false?<br>A)
Q11: The JColorChooser dialog allows colors to be
Q12: Class FontMetrics declares methods that can be
Q13: GeneralPath method lineTo _.<br>A) draws a line
Q14: Consider the code segment below:<br> int xValues[]
Q16: The Java statement:<br>G.fillOval(290, 100, 90, 55);<br>A) Draws
Q17: The fact that class Graphics is abstract
Q18: Which of the following properly create and
Q19: The Graphics2D method(s) that determine(s) the color