Package io.tlf.jme.jfx.util
Class JfxPlatform
- java.lang.Object
-
- io.tlf.jme.jfx.util.JfxPlatform
-
public class JfxPlatform extends java.lang.ObjectThe class with additional utility methods for JavaFX Platform.
-
-
Constructor Summary
Constructors Constructor Description JfxPlatform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrunInFxThread(java.lang.Runnable task)Execute the task in JavaFX thread.
-