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
Q1: Which of the following is correct for
Q2: Which of the following statements about arcs
Q2: A general path is _.<br>A)a set of
Q3: Consider the Java code segment below: <br>Polygon
Q5: Method getFont of class Graphics returns _.<br>A)
Q6: The Java statement:<br>G.fillOval(290, 100, 90, 55);<br>A) Draws
Q8: The JColorChooser dialog allows colors to be
Q8: Which of the following statements about the
Q11: Consider the code segment below:<br>Int xValues[] =
Q19: The Graphics2D method(s)that determine(s)the color and texture