Package xdev.ui
Class UIUtilsFX
- java.lang.Object
-
- xdev.ui.UIUtilsFX
-
public final class UIUtilsFX extends Object
The
UIUtilsFX
class provides utility methods for dialog, window and general UI (user interface) handling.- Since:
- 1.0
- Author:
- XDEV Software
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
runInJFXThread(Runnable runnable)
Ensures that the runnable is executed in the Java FX thread.
-
-
-
Method Detail
-
runInJFXThread
public static void runInJFXThread(Runnable runnable)
Ensures that the runnable is executed in the Java FX thread.- Parameters:
runnable
- to run on Java FX thread.- Since:
- 5.0
-
-