-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
None
-
generic
-
generic
I have a JList, which in the course of its life gets bigger.
The list is contained in a JScrollPane.
The list uses a subtype of AbstractListModel, and I am calling
fireIntervalAdded when the new elements are found. This is
apparent because they display in the list. If at this point
the list is now too big for the viewport, then scrollbars
appear. This is good, so far...
However, if the list gets bigger and still fits within the window,
and I then shrink the window, then the scrollbars don't appear
until I make it smaller than the original size of the list.
In other words, the scrollpane does not seem to be noticing that
the list got bigger, in this case.
The list is contained in a JScrollPane.
The list uses a subtype of AbstractListModel, and I am calling
fireIntervalAdded when the new elements are found. This is
apparent because they display in the list. If at this point
the list is now too big for the viewport, then scrollbars
appear. This is good, so far...
However, if the list gets bigger and still fits within the window,
and I then shrink the window, then the scrollbars don't appear
until I make it smaller than the original size of the list.
In other words, the scrollpane does not seem to be noticing that
the list got bigger, in this case.
- duplicates
-
JDK-4243631 JScrollPane fails to reshow scrollbars on window resizes
-
- Resolved
-