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: In the Java coordinate system,the point (0,0)is
Q1: Which of the following is correct for
Q2: A general path is _.<br>A)a set of
Q2: Which of the following statements about arcs
Q7: Which of the following statements about the
Q8: The JColorChooser dialog allows colors to be
Q9: Consider the code segment below:<br>Int xValues[] =
Q10: Which of the following statements is false?<br>A)
Q11: The Java statement:g.fillOval(290,100,90,55);<br>A)Draws a filled oval with
Q12: Class FontMetrics declares methods that can be