-
Bug
-
Resolution: Fixed
-
P4
-
1.3.1
-
None
-
beta
-
generic
-
generic
When a JScrollBar's maximum value is Integer.MAX_VALUE, clicking on the
down/right arrow while the thumb is at the maximum position on the track causes
the thumb to jump to the minimum position because of integer wraparound. This
bug was discovered while porting some AWT code to Swing; the problem does not
occur with java.awt.Scrollbar.
See attached test case.
down/right arrow while the thumb is at the maximum position on the track causes
the thumb to jump to the minimum position because of integer wraparound. This
bug was discovered while porting some AWT code to Swing; the problem does not
occur with java.awt.Scrollbar.
See attached test case.