A JSlider cannot display which of the following:
a. Major tick marks.
b. Minor tick marks labels.
c. Minor tick marks.
d. Snap-to ticks.
d. Snap-to ticks.
Computer Science & Information Technology
You might also like to view...
Which bitset function could be used to create the logical not of a bitset object b?
a. b.set() b. b.reset() c. b.flip() d. b.none()
Computer Science & Information Technology
Which of the following is incorrect?
a. int[] a = new int[2]; b. int a[] = new int[2]; c. int[] a = new int(2); d. int a = new int[2]; e. int a() = new int[2];
Computer Science & Information Technology