Class TestAppLauncher


  • public class TestAppLauncher
    extends java.lang.Object
    Helper class needed when launching the app from IntelliJ. see https://stackoverflow.com/questions/52653836/maven-shade-javafx-runtime-components-are-missing
    Author:
    P.J. Meisch ([email protected])
    • Constructor Summary

      Constructors 
      Constructor Description
      TestAppLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestAppLauncher

        public TestAppLauncher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)