Package MySTARS
Class MySTARSApp
java.lang.Object
MySTARS.MySTARSApp
public final class MySTARSApp
extends java.lang.Object
This is the starting point of the application
- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav, Kah Ee, Jia Hui, Nicolette, Timothy
-
Constructor Summary
Constructors Constructor Description MySTARSApp()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Main function that is the starting point of the application.
-
Constructor Details
-
MySTARSApp
public MySTARSApp()
-
-
Method Details