java.lang.Object
edu.ntnu.idatt2001.carljgu.client.Main
The main class that is run when the application
is called upon. Calls on the main method in App.
This class exists to have separate the main method
from javaFX when creating for example JLink.
- Version:
- 1.1 27.03.2022
- Author:
- Carl Gützkow
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Method to first be launched when the program is run- Parameters:
args
- - String[] - commandline arguments
-