- java.lang.Object
-
- eu.hansolo.tilesfx.TestLauncher
-
public class TestLauncher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)This launcher starts the tilesfx demo pane.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
This launcher starts the tilesfx demo pane. Note: This launcher is required to make sure all openjfx java modules are linked via the classpath. Please checkout issue https://github.com/HanSolo/tilesfx/issues/73 for more details.- Parameters:
args- application arguments
-
-