Adjusted delays in RSLatchGUIExample
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Thu, 16 May 2019 11:57:57 +0000 (13:57 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Thu, 16 May 2019 11:57:57 +0000 (13:57 +0200)
LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java

index 329e04d..e1b462e 100644 (file)
@@ -11,9 +11,9 @@ import net.haspamelodica.swt.helper.swtobjectwrappers.Point;
 \r
 public class RSLatchGUIExample\r
 {\r
-       private static final int        WIRE_DELAY      = 40;\r
-       private static final int        OR_DELAY        = 100;\r
-       private static final int        NOT_DELAY       = 100;\r
+       private static final int        WIRE_DELAY      = 10;\r
+       private static final int        OR_DELAY        = 50;\r
+       private static final int        NOT_DELAY       = 50;\r
 \r
        public static void main(String[] args)\r
        {\r