|
@@ -17,7 +17,6 @@ import javax.swing.JTable;
|
|
|
import javax.swing.tree.DefaultTreeModel;
|
|
|
import javax.swing.tree.TreeCellRenderer;
|
|
|
|
|
|
-
|
|
|
import ui.controller.Control;
|
|
|
import ui.model.*;
|
|
|
|
|
@@ -647,7 +646,7 @@ public class GUI implements CategoryListener {
|
|
|
splitPane.setRightComponent(splitPane_1);
|
|
|
splitPane.setDividerLocation(200);
|
|
|
splitPane_1.setDividerLocation(500);
|
|
|
-
|
|
|
+
|
|
|
splitPane.setLeftComponent(scrollPane_1);
|
|
|
splitPane_1.setLeftComponent(tabbedPane);
|
|
|
splitPane_1.setRightComponent(split_HolonEl_Pro);
|
|
@@ -666,7 +665,7 @@ public class GUI implements CategoryListener {
|
|
|
splitPane_1.setBorder(null);
|
|
|
split_HolonEl_Pro.setBorder(null);
|
|
|
split_Graph_HolonEl.setBorder(null);
|
|
|
-
|
|
|
+
|
|
|
frmCyberPhysical.getContentPane().add(timePanel, BorderLayout.SOUTH);
|
|
|
}
|
|
|
|