Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8167096 Add APIs to customize step repeat timing for Spinner control
  3. JDK-8204291

Release Note: Add APIs to customize step repeat timing for Spinner control

XMLWordPrintable

      The default duration that the mouse has to be pressed on a Spinner control arrow button before the value steps is modified in JavaFX 11. Two new properties, "initialDelay" and "repeatDelay", have been added to configure this behavior.

      initialDelay: The duration that the mouse has to be pressed on an arrow button before the next value steps. The default is now 300 msec.

      repeatDelay: The duration that the mouse has to be pressed for each successive step after the first value steps. The default is now 60 msec.

            pkbalakr Prem Balakrishnan (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: