-
Bug
-
Resolution: Unresolved
-
P4
-
24, 25
When the component orientation is changed from LTR to RTL or the other way around, JSplitPane exchanges the left and right components. However, it does this by adding and removing components instead of just swapping the leftComponent and rightComponent fields. As a side effect, the leftComponent field is left as null. See attached test program. Press the button three times and there will be only one component displayed.
- links to
-
Review(master) openjdk/jdk/26893