Arrow keys can manipulate a JSlider object. Which of the following statements does not correctly describe how the arrow keys are used?

a. The left-arrow and right arrow keys decrease or increase (respectively) the thumb of the JSlider by 1.
b. The down-arrow and up-arrow keys decrease or increase (respectively) the thumb of the JSlider by 1.
c. The PgDn and PgUp keys decrease or increase (respectively) by block increments of one-tenth of the range of values.
d. The Home key and End key move the thumb to the maximum or minimum (respectively) value of the JSlider.

d. The Home key and End key move the thumb to the maximum or minimum (respectively) value of the JSlider.

Computer Science & Information Technology

You might also like to view...

Headings in a newsletter should be set in type sizes at least ________ points larger than the text in the body of the document

A) three B) four C) five D) two

Computer Science & Information Technology

If you want every one of the comparison criteria that you specify to be true, you would use the:

A) Or operator. B) And operator. C) Comparison operator. D) Equals operator.

Computer Science & Information Technology