X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fexamples%2FRSLatchGUIExample.java;h=1b6582cc75eb31340548f8b0ed7664fa3566aaa3;hb=373b945917f9d573e4b1bd0e97f98b02fb0d9c07;hp=8b48f5e173bcd7ae259d23f641f9a9e4d2735e50;hpb=340eb95b6ab64f2c1a784d1dc36002537b1cbd15;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java b/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java index 8b48f5e1..1b6582cc 100644 --- a/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java +++ b/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java @@ -11,9 +11,9 @@ import net.haspamelodica.swt.helper.swtobjectwrappers.Point; public class RSLatchGUIExample { - private static final int WIRE_DELAY = 10; - private static final int OR_DELAY = 50; - private static final int NOT_DELAY = 50; + private static final int WIRE_DELAY = 10; + private static final int OR_DELAY = 50; + private static final int NOT_DELAY = 50; public static void main(String[] args) {