Package javatro

Class Javatro

java.lang.Object
javatro.Javatro

public class Javatro extends Object
The javatro class serves as the main entry point for the application. It initializes the necessary components, including the view, core logic, and manager, and sets the screen of the manager to the start screen.
  • Constructor Details

    • Javatro

      public Javatro()
  • Method Details

    • main

      public static void main(String[] args) throws JavatroException
      The main entry point of the application. It initializes the start screen.
      Parameters:
      args - Command-line arguments (not used in this application).
      Throws:
      JavatroException