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 Details

    • 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