java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.App

public class App extends Object
the apps starting class which doesn't implement application
Author:
Gruppe 6
  • Constructor Summary

    Constructors
    Constructor
    Description
    App()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    main method that starts the program, needed because a main that starts the program shouldn't inherit Application class

    Methods inherited from class java.lang.Object

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

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args)
      main method that starts the program, needed because a main that starts the program shouldn't inherit Application class
      Parameters:
      args -