-
Bug
-
Resolution: Fixed
-
P3
-
1.1.5, 1.1.6, 1.2.0
-
1.2fcs
-
generic, x86
-
generic, windows_95, windows_nt
-
Not verified
Name: rk38400 Date: 04/24/98
The JSplitPane is not updating correctly when
setting the right component. The screen will
not always show the change made and you must
resize the window or move the devider to get the
updating to work correctly. I also tried to force
the components to repaint with no results.
CODE:
(init split pane)
mainPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, sfgTreePanel, emptyPanel);
(incorrect line)
mainPane.setRightComponent(sohDataPanel);
(Review ID: 28940)
======================================================================
- duplicates
-
JDK-4138036 Flashing problem when call JSplitPane.setRightComponent()
-
- Closed
-