The JColorChooser dialog allows colors to be chosen by all but which of the following?

a. Swatches.
b. Hue, saturation, brightness.
c. Gradient, cycle, brightness.
d. Red, Green, Blue.

C

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int num = 7, a = 6; cout << (num >= a + 1); a) true b) false c) 0 d) 1

Computer Science & Information Technology

The public members of a class must be declared before the private members.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology