Package xdev.ui

Class 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 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