fixed old class name
authorChristian Femers <femers@in.tum.de>
Tue, 3 Sep 2019 04:57:57 +0000 (06:57 +0200)
committerChristian Femers <femers@in.tum.de>
Tue, 3 Sep 2019 04:57:57 +0000 (06:57 +0200)
net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/examples/GUIComponentTestbench.java

index 2fe568e..25c90ae 100644 (file)
@@ -25,7 +25,7 @@ public class GUIComponentTestbench
        public static void createTestbench(ViewModelModifiable model)
        {
                GUIComponent comp = IndirectGUIComponentCreator.createComponent(model,
-                               "resource:net.mograsim.logic.model.am2900.Am2900Activator:/components/GUIAm2900.json");
+                               "resource:net.mograsim.logic.model.am2900.Am2900Loader:/components/GUIAm2900.json");
 
                List<String> inputPinNames = new ArrayList<>();
                List<String> outputPinNames = new ArrayList<>();