Added call checks for subclass methods:
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / examples / JsonExample.java
index 793f0f7..eb3833b 100644 (file)
@@ -27,7 +27,7 @@ public class JsonExample
                {
                        super(model, 1, "Test");
                        setSubmodelScale(.4);
-                       setInputPins("Test input pin");
+                       setInputPins("Input pin #0");
                        GUICustomComponentCreator.create(submodelModifiable, "HalfAdder.json");
                }
        }