Interface ApplicationLauncher

  • All Known Implementing Classes:
    ApplicationLauncherImpl

    public interface ApplicationLauncher
    Interface that configures a few necessary System properties before launching an application with its' given parameters.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void launch​(java.lang.Class<? extends javafx.application.Application> appClass, java.lang.String... appArgs)
      Configures a few necessary System properties before launching the application with the given arguments.
    • Method Detail

      • launch

        void launch​(java.lang.Class<? extends javafx.application.Application> appClass,
                    java.lang.String... appArgs)
        Configures a few necessary System properties before launching the application with the given arguments.