Skip to content

Commit 99e094c

Browse files
committed
4765299: componentResized() not always called with nested JSplitPanes
1 parent dbe4769 commit 99e094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/javax/swing/JSplitPane/TestSplitPaneCompResize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public TestSplitPaneCompResize() {
6363
JList list = new JList<>(listItems);
6464
list.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
6565
list.setSelectedIndex(0);
66+
6667
JScrollPane comp = new JScrollPane(list);
67-
6868
JSplitPane inner = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
6969
comp, new JPanel());
7070
JPanel rightPanel = new JPanel();

0 commit comments

Comments
 (0)