-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
beta
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116827 | 5.0u3 | Andrey Pikalev | P4 | Closed | Won't Fix |
Spinner when using SpinnerNumberModel should enable/disable it up/down arrow buttons on reaching there maximum/minimum values.
Run the attached test TestJSpinner.java
- It displays a Spinner using SpinnerNumber model with min value of 0, maximum value of 10, and incremental unit is 1.
- Now reach the minimum value of 0, now down arrow ideally should be disabled.
- Similarly when reaching maximum value its up arrow should be disabled.
Run the attached test TestJSpinner.java
- It displays a Spinner using SpinnerNumber model with min value of 0, maximum value of 10, and incremental unit is 1.
- Now reach the minimum value of 0, now down arrow ideally should be disabled.
- Similarly when reaching maximum value its up arrow should be disabled.
- backported by
-
JDK-2116827 Spinner buttons should get enable/disable on reaching boundary condition
-
- Closed
-