X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUINotGate.java;fp=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUINotGate.java;h=c22d9b285e0de8aba809aa7f7e55f1b06e5a3b33;hb=86f2e11d28a4100a7fe142e103b7b5eeb9de4214;hp=5f41592b3a20b248af48535a06b6fe00a50f0548;hpb=72198e2b8d4aebb6e4096802030960e029948100;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/components/GUINotGate.java b/LogicUI/src/era/mi/gui/model/components/GUINotGate.java index 5f41592b..c22d9b28 100644 --- a/LogicUI/src/era/mi/gui/model/components/GUINotGate.java +++ b/LogicUI/src/era/mi/gui/model/components/GUINotGate.java @@ -2,11 +2,11 @@ package era.mi.gui.model.components; import era.mi.gui.model.ViewModel; -public class GUINotGate extends RectangularShapedGUIGate +public class GUINotGate extends SimpleRectangularGUIGate { - public GUINotGate(ViewModel model) + public GUINotGate(ViewModel model, int logicWidth) { - super(model, "1", true); + super(model, logicWidth, "1", true); setInputCount(1); } } \ No newline at end of file