Filters
Question type

Study Flashcards

The draw3DRect() method is used to draw rectangles that appear to have "shadowing" on two of their edges. Five arguments are used to create shadowed rectangles. Describe the five arguments.

Correct Answer

verifed

verified

The draw3DRect() method requires a fifth...

View Answer

A Polygon object is created by defining movements from one point to another. Describe the statements that are used to create a Polygon object.

Correct Answer

verifed

verified

The statement GeneralPath pol = new Gene...

View Answer

Which of the following statements starts a polygon named pol at the coordinates 20 and 290?


A) pol.moveTo(20F, 290F) ;
B) pol.lineTo(20F, 290F) ;
C) pol = new Path(20F, 290F) ;
D) pol.newPath(20F, 290F) ;

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

What activities does the process of drawing with Java 2D objects include?

Correct Answer

verifed

verified

Specifying the rende...

View Answer

To create a rectangle with rounded corners, the drawRoundRect() method is used. Describe the six arguments that are required to create rounded rectangles.

Correct Answer

verifed

verified

The first four arguments match the four ...

View Answer

The drawRoundRect() method requires ____ arguments.


A) three
B) four
C) six
D) eight

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

Showing 61 - 66 of 66

Related Exams

Show Answer