Skip to content

Commit daedeb1

Browse files
committed
Merge pull request #13 from thomasnield/0.x
cleanup commented code for initFX()
2 parents 5abdd55 + aed2dee commit daedeb1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/java/rx/schedulers/JavaFxSchedulerTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ public void start(Stage primaryStage) throws Exception {
6565

6666
@BeforeClass
6767
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();*/
7568
//use panel to initialize JavaFX thread
7669
JFXPanel panel = new JFXPanel();
7770
}

0 commit comments

Comments
 (0)