Parcourir la source

removed "new Tab"

Jessey Widhalm il y a 8 ans
Parent
commit
d0323fe59b
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/ui/view/GUI.java

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

@@ -160,7 +160,6 @@ public class GUI<E> implements CategoryListener {
 	private final JMenu mnAlgorithm = new JMenu("Algorithm");
 	private final JCheckBoxMenuItem chckbxmntmUseAlgorithm = new JCheckBoxMenuItem("Use Algorithm");
 	private final JSplitPane splitPane_2 = new JSplitPane();
-	private final JLabel label_1 = new JLabel("New label");
 	private final JLabel lblSelect = new JLabel("Select");
 	private final JComboBox comboBoxAlgo = new JComboBox();
 	private int yTHIS;
@@ -250,8 +249,6 @@ public class GUI<E> implements CategoryListener {
 		tabbedPane.addTab("Modeling", new ImageIcon(new ImageIcon(this.getClass().getResource("/Images/home.png"))
 				.getImage().getScaledInstance(30, 30, Image.SCALE_SMOOTH)), canvasSP, "Model a CPS");
 
-		tabbedPane.addTab("New tab", null, label_1, null);
-
 		tabbedPane.addTab("Simulation",
 				new ImageIcon(new ImageIcon(this.getClass().getResource("/Images/Dummy_House.png")).getImage()
 						.getScaledInstance(30, 30, Image.SCALE_SMOOTH)),