Class Main
java.lang.Object
theLocalLoop.Main
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 Summary
Fields -
Method Summary
-
Field Details
-
input
The Scanner object used to read user input.
-
-
Method Details
-
main
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).
-