X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=LogicUI%2Fsrc%2FLogicUI.java;h=070f34311fd38ef969a970827b6b492974196763;hb=438233eadb7f86a33953c21a8d6d6488ec9c2d66;hp=97a5c75b1c16e8e50a3030ed3efcbcc5ddc1546f;hpb=70aaa694028a17acf0ac07ee6870659947ba28f0;p=Mograsim.git diff --git a/LogicUI/src/LogicUI.java b/LogicUI/src/LogicUI.java index 97a5c75b..070f3431 100644 --- a/LogicUI/src/LogicUI.java +++ b/LogicUI/src/LogicUI.java @@ -54,7 +54,6 @@ public class LogicUI new NotGate(1, f, g); new Merger(h, c, g); addComponent(new GUIMux(1, i, e, h, d), 10, 10); - addComponent(new GUIMux(1, a, new WireArray(10, 1), a, b, e, f), 100, 100); new Splitter(i, k, j); } private void addComponent(BasicGUIComponent component, double x, double y)