X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIAndGate.java;h=65f1db4e6ed391001c507a81f77f33f74065ecad;hb=80bfbd8ebf0ad8a7ad98584544a0c73f43e6f3b6;hp=5e5c787a9f6b67e7207cce22eeba08181cc6dfa8;hpb=8e290cad73b372b954f7677f2287c6a9eb9a6313;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