- java.lang.Object
-
- eu.hansolo.tilesfx.DemoLauncher
-
public class DemoLauncher extends java.lang.ObjectUser: divine threepwood Date: 09.06.19 Time: 21:00
-
-
Constructor Summary
Constructors Constructor Description DemoLauncher()
-
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
-
-