Browse Source

ich will pullen

Kevin Trometer 8 years ago
parent
commit
0e952e8556
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/ui/view/GUI.java

+ 2 - 3
src/ui/view/GUI.java

@@ -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);
 	}