Class FrameworkUtil

java.lang.Object
org.fulib.fx.util.FrameworkUtil

public class FrameworkUtil extends Object
  • Method Details

    • runningInDev

      public static boolean runningInDev()
      Checks if the framework is running in development mode. This is the case if the INDEV environment variable is set to true.

      Since people are dumb and might not set the variable correctly, it also checks if the intellij launcher is used.

      Returns:
      True if the framework is running in development mode
    • error

      public static String error(int id)
    • note

      public static String note(int id)