Class Main


public class Main extends Object
The main class of the application which starts the program and runs the user interface.
Author:
boris
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main method that loads the collection from the CSV file and starts the user interface.

    Methods inherited from class java.lang.Object

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

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      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