Package mazealgo

Class Launcher

java.lang.Object
mazealgo.Launcher

public final class Launcher extends Object
Plain-class entry point. JavaFX needs the application class to be loaded by its own launcher; running the MazeApp.main(java.lang.String[]) directly from a non-modular jar can fail with "Error: JavaFX runtime components are missing". Bouncing through this class avoids that.
  • Method Details

    • main

      public static void main(String[] args)