Menu

Commit [r11283]  Maximize  Restore  History

OTFClient no longer extends from Thread, but now implements Runnable. This means, it can no longer be started with "new OTFClient(...).start();", but must be called either with ".run();" to have it run in the same thread, or with "new Thread(new OTFClient(...)).start();" to have it running in another thread (e.g. for live-visualization). Adapted code where necessary.

mrieser 2010-04-26

changed /playgrounds/trunk/florian/src/main/java/playground/florian/OTFVis/MviStarter.java
changed /playgrounds/trunk/gregor/src/main/java/playground/gregor/sim2d/controller/Controller2D.java
changed /playgrounds/trunk/mrieser/src/main/java/playground/mrieser/MyRuns.java
changed /playgrounds/trunk/mrieser/src/main/java/playground/mrieser/OTFDemo.java
/playgrounds/trunk/florian/src/main/java/playground/florian/OTFVis/MviStarter.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/gregor/src/main/java/playground/gregor/sim2d/controller/Controller2D.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/mrieser/src/main/java/playground/mrieser/MyRuns.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/mrieser/src/main/java/playground/mrieser/OTFDemo.java Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.