We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe4769 commit 99e094cCopy full SHA for 99e094c
test/jdk/javax/swing/JSplitPane/TestSplitPaneCompResize.java
@@ -63,8 +63,8 @@ public TestSplitPaneCompResize() {
63
JList list = new JList<>(listItems);
64
list.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
65
list.setSelectedIndex(0);
66
+
67
JScrollPane comp = new JScrollPane(list);
-
68
JSplitPane inner = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
69
comp, new JPanel());
70
JPanel rightPanel = new JPanel();
0 commit comments