فهرست منبع

another Design

tolatesry 6 سال پیش
والد
کامیت
cf39192245
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      src/ui/view/GUI.java

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

@@ -210,9 +210,8 @@ public class GUI implements CategoryListener {
 	private final JMenuItem mItemSwitch = new JMenuItem("Switch");
 	private final JMenuItem mItemBattery = new JMenuItem("Battery");
 	private final JButton btnDel = new JButton("Delete");
-	private final JButton btnAddHolEL = new JButton("New");
-	private final JButton btnDelHolEL = new JButton("Delete");
-	private final JLabel lblElement = new JLabel("[Element]");
+	private final JButton btnAddHolEL = new JButton("New Element");
+	private final JButton btnDelHolEL = new JButton("Delete Element");
 	private final JButton resetGraphBtn = new JButton("Reset");
 
 	private final JToolBar toolBar = new JToolBar();
@@ -1148,7 +1147,6 @@ public class GUI implements CategoryListener {
 		panelHolonEl.setLayout(new BoxLayout(panelHolonEl, BoxLayout.X_AXIS));
 		toolBarHolonEl.add(btnAddHolEL);
 		toolBarHolonEl.add(btnDelHolEL);
-		toolBarHolonEl.add(lblElement);
 		toolBarHolonEl.setFloatable(false);
 		panelHolonEl.add(toolBarHolonEl);