X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Foldsrc%2FRSLatchGUIExample.java;h=5c104d79a5d10032e06d0722fdc1ee50543a125f;hb=adb7d3662c194d94015851259cc67e6fd0575feb;hp=0fb1886aadf663d865b8bd6653941e3ebb6cff04;hpb=4d29cabdc45d68b5e5f210266dc4fbc5560dbcdd;p=Mograsim.git diff --git a/LogicUI/oldsrc/RSLatchGUIExample.java b/LogicUI/oldsrc/RSLatchGUIExample.java index 0fb1886a..5c104d79 100644 --- a/LogicUI/oldsrc/RSLatchGUIExample.java +++ b/LogicUI/oldsrc/RSLatchGUIExample.java @@ -19,6 +19,7 @@ public class RSLatchGUIExample public static void main(String[] args) { Timeline t = new Timeline(11); + t.setTimeFunction(() -> System.currentTimeMillis()); // real time simulation LogicUIStandalone ui = new LogicUIStandalone(t); addComponentsAndWires(ui.getLogicUICanvas(), t); ui.run();