X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIAndGate.java;fp=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIAndGate.java;h=65f1db4e6ed391001c507a81f77f33f74065ecad;hb=e9b72fcd41c45807f9e126cae897c9b17e79961d;hp=5e5c787a9f6b67e7207cce22eeba08181cc6dfa8;hpb=73c2a2608cc57cbe1ddb8e99a944fd18216ffd34;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/components/GUIAndGate.java b/LogicUI/src/era/mi/gui/model/components/GUIAndGate.java index 5e5c787a..65f1db4e 100644 --- a/LogicUI/src/era/mi/gui/model/components/GUIAndGate.java +++ b/LogicUI/src/era/mi/gui/model/components/GUIAndGate.java @@ -7,6 +7,6 @@ public class GUIAndGate extends SimpleRectangularGUIGate public GUIAndGate(ViewModel model, int logicWidth) { super(model, logicWidth, "&", false); - setInputCount(2); + setInputCount(2);// TODO make variable } } \ No newline at end of file