Class Main

java.lang.Object
theLocalLoop.Main

public class Main extends Object
Main class for The Local Loop application. This class initializes the application, loads events from a file, and manages the main menu loop where users can interact with the application. It also ensures that events are loaded and saved from/to the file when the application starts and exits, respectively.
  • Field Details

    • input

      public static Scanner input
      The Scanner object used to read user input.
  • Method Details

    • main

      public static void main(String[] args)
      The main method that serves as the entry point for the application.
      Parameters:
      args - An array of String arguments passed from the command line (not used in this application).