X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fexamples%2FRSLatchExample.java;h=57b5b9cb9fff30052f84cf5414d5fee15a2e27ec;hb=94477da24401e8c10ba4aacdffca7ddd68ca20b1;hp=91b2d0e5bbe83fde82dfb8e5f64faf21fc32804b;hpb=08209a94ec4988b5e24ca3dea9042005ca559034;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/examples/RSLatchExample.java b/LogicUI/src/era/mi/gui/examples/RSLatchExample.java index 91b2d0e5..57b5b9cb 100644 --- a/LogicUI/src/era/mi/gui/examples/RSLatchExample.java +++ b/LogicUI/src/era/mi/gui/examples/RSLatchExample.java @@ -16,7 +16,7 @@ public class RSLatchExample SimpleLogicUIStandalone.executeVisualisation(RSLatchExample::createRSLatchExample); } - private static void createRSLatchExample(ViewModel model) + public static void createRSLatchExample(ViewModel model) { GUIManualSwitch rIn = new GUIManualSwitch(model); rIn.moveTo(100, 100);