invokeAndWait

Hendrik Ebbers hendrik.ebbers at me.com
Tue Jan 1 14:48:40 PST 2013


Hi,

I created a "invokeAndWait" method for JavaFX that is a equivalent of SwingUtilities.invokeAndWait(...). It will be part of DataFX. You can read about it in my blog: http://www.guigarage.com/2013/01/invokeandwait-for-javafx/

I ask myself why there is no "invokeAndWait" method in javafx.application.Platform. Is there any good reason? In swing I use "invokeAndWait" often and so I think it is also important for JavaFX.

- Hendrik


More information about the openjfx-dev mailing list