Package xdev.ui
Class UIUtilsFX
java.lang.Object
xdev.ui.UIUtilsFX
The UIUtilsFX class provides utility methods for dialog, window
and general UI (user interface) handling.
- Since:
- 1.0
- Author:
- XDEV Software
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrunInJFXThread(Runnable runnable) Ensures that the runnable is executed in the Java FX thread.
-
Method Details
-
runInJFXThread
Ensures that the runnable is executed in the Java FX thread.- Parameters:
runnable- to run on Java FX thread.- Since:
- 5.0
-