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
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;
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
The class ___________ converts a digital picture to an icon for us in an applet.
(a) ImageIcon (b) JAppletIcon (c) IconImage (d) IconJApplet
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).