Selaa lähdekoodia

Some refactoring.

markus.muehlbrandt@itemis.de 13 vuotta sitten
vanhempi
commit
73e59a904b

+ 1 - 1
Examples/org.yakindu.sct.generator.java.trafficlight/src/org/yakindu/sct/examples/java/trafficlight/CrossingDemo.java

@@ -40,7 +40,7 @@ public class CrossingDemo {
 		final TrafficLightWaitingCycleBasedStatemachine statemachine = new TrafficLightWaitingCycleBasedStatemachine();
 
 		// create display and shell
-		Display display = new Display();
+		Display display = Display.getDefault();
 		Shell shell = new Shell(display);
 		shell.setSize(400, 400);
 		shell.setText("Traffic Light Demo");