X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Foldsrc%2FRSLatchGUIExample.java;h=5c104d79a5d10032e06d0722fdc1ee50543a125f;hb=d27165bc7b5dcff6c1e3d7f88f7195c5418ab9df;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();