X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fexamples%2FRSLatchExample.java;h=08c42c5dfbaac66c5742006c38a029906df15b12;hb=80bfbd8ebf0ad8a7ad98584544a0c73f43e6f3b6;hp=91b2d0e5bbe83fde82dfb8e5f64faf21fc32804b;hpb=29cfa7eb267542506beb197e54af8aa3f642c3fb;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..08c42c5d 100644 --- a/LogicUI/src/era/mi/gui/examples/RSLatchExample.java +++ b/LogicUI/src/era/mi/gui/examples/RSLatchExample.java @@ -16,7 +16,8 @@ public class RSLatchExample SimpleLogicUIStandalone.executeVisualisation(RSLatchExample::createRSLatchExample); } - private static void createRSLatchExample(ViewModel model) + @SuppressWarnings("unused") // for GUIWires being created + public static void createRSLatchExample(ViewModel model) { GUIManualSwitch rIn = new GUIManualSwitch(model); rIn.moveTo(100, 100);