We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5abdd55 + aed2dee commit daedeb1Copy full SHA for daedeb1
src/test/java/rx/schedulers/JavaFxSchedulerTest.java
@@ -65,13 +65,6 @@ public void start(Stage primaryStage) throws Exception {
65
66
@BeforeClass
67
public static void initJFX() {
68
- /*Thread t = new Thread("JavaFX Init Thread") {
69
- public void run() {
70
- Application.launch(AsNonApp.class, new String[0]);
71
- }
72
- };
73
- t.setDaemon(true);
74
- t.start();*/
75
//use panel to initialize JavaFX thread
76
JFXPanel panel = new JFXPanel();
77
}
0 commit comments