Package com.mg105
Class Launcher
java.lang.Object
com.mg105.Launcher
Our 'main' class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
main
The real main method. All it does is start JavaFX on our Application class.Note that this is separate from Application because of how JavaFX decides to do dependencies. See this GitHub issue.
- Parameters:
args
- The commandline arguments. They are passed to JavaFX.
-