Solved

The Java Statement: G.draw3DRect(290, 100, 90, 55, True);

Question 2

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:

verifed

Verified

Related Questions