Browse Source

unitgraph ist nicht mehr auskommentiert

Kevin Trometer 8 năm trước cách đây
mục cha
commit
dd0b210d8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/ui/view/GUI.java

+ 1 - 1
src/ui/view/GUI.java

@@ -289,7 +289,7 @@ public class GUI<E> implements CategoryListener {
 		statScrollPane = new JScrollPane(statSplitPane);
 		this.canvas = new MyCanvas(model, control);
 		this.holonCanvas = new HolonCanvas(model, control);
-		// this.unitGraph = new UnitGraph(model, control);
+		this.unitGraph = new UnitGraph(model, control);
 		control.initListener(this);
 		controller.setCanvas(canvas);
 		model.setConsole(console);