Class Main
java.lang.Object
Main
The main class of the application which
starts the program and runs the user interface.
- Author:
- boris
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
The main method that loads the collection from the CSV file and starts the user interface.- Parameters:
args
- an array of command-line arguments for the application
-