Made finding the ID of a JsonSerializable less ugly
[Mograsim.git] / net.mograsim.logic.model.am2900 / src / net / mograsim / logic / model / am2900 / components / GUIdff4_finewe.java
index dec8f63..6c857b6 100644 (file)
@@ -24,7 +24,7 @@ public class GUIdff4_finewe extends SimpleRectangularHardcodedGUIComponent
 {
        public GUIdff4_finewe(ViewModelModifiable model, String name)
        {
-               super(model, name, "D flip flop\n4 bits");
+               super(model, "GUIdff4_finewe", name, "D flip flop\n4 bits");
                setSize(35, 90);
                addPin(new Pin(this, "C", 1, PinUsage.INPUT, 0, 5), Position.RIGHT);
                addPin(new Pin(this, "_WE1", 1, PinUsage.INPUT, 0, 15), Position.RIGHT);