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...

What is the effective cryptographic key length used by the Data Encryption Standard algorithm?

a. 56 bits b. 112 bits c. 128 bits d. 168 bits

Computer Science & Information Technology

What does the derived class inherit from the base class?

A. Everything. B. Only public data. C. Public and Private Data. D. Public and Protected Data.

Computer Science & Information Technology