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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Main function that is the starting point of the application. Initialises a new Database and loads in the first view.
      Parameters:
      args - Arguments passsed to the App.