When you click the Shapes button and start to drag the mouse pointer to position the shape, the mouse arrow changes to a:

A) cross-hair pointer. B) four-headed arrow.
C) double-headed arrow. D) plus sign.


A

Computer Science & Information Technology

You might also like to view...

An array of string objects that will hold five names would be declared with which of the following statements?

a. string names[5]; b. string names(5); c. string names 5; d. String[5] = names;

Computer Science & Information Technology

Assigning an object of a derived class to a variable of a base class is called:

a. static binding b. dynamic binding c. upcasting d. downcasting

Computer Science & Information Technology

The class ___________ converts a digital picture to an icon for us in an applet.

(a) ImageIcon (b) JAppletIcon (c) IconImage (d) IconJApplet

Computer Science & Information Technology

The _______________ package contains various classes for creating 2D and 3D shape nodes that can be displayed in a scene graph.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology