Skip to content
Snippets Groups Projects
Commit 923f042a authored by Tim Molter's avatar Tim Molter
Browse files

XChartDemo tweak

parent d9eeaa0e
Branches
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener { ...@@ -85,7 +85,6 @@ public class XChartDemo extends JPanel implements TreeSelectionListener {
Dimension minimumSize = new Dimension(100, 125); Dimension minimumSize = new Dimension(100, 125);
treeView.setMinimumSize(minimumSize); treeView.setMinimumSize(minimumSize);
splitPane.setDividerLocation(100);
splitPane.setPreferredSize(new Dimension(700, 700)); splitPane.setPreferredSize(new Dimension(700, 700));
// Add the split pane to this panel. // Add the split pane to this panel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment