JonathanGiles / jonathangiles.net-comments

0 stars 0 forks source link

posts/2014/java-desktop-links-of-the-week-may-5/index #82

Open JonathanGiles opened 4 years ago

JonathanGiles commented 4 years ago

Java desktop links of the week, May 5

https://jonathangiles.net/posts/2014/java-desktop-links-of-the-week-may-5/

JonathanGiles commented 4 years ago

Auto-imported comment, original author: tbee Comment posted on: May 5, 2014

I would not be able to write TextFX tests without Platform.runAndWait. Or at least not in any kind of readable fashion, because the tests execute on a separate thread and sometimes you need to modify the UI.

JonathanGiles commented 4 years ago

Auto-imported comment, original author: Jonathan Comment posted on: May 5, 2014

What kind of tests are you writing that need to run on a thread separate from the UI thread?