Class Main

java.lang.Object
eu.steffo.cleaver.Main

public final class Main
extends Object
The class containing the main function.
  • Field Details

  • Constructor Details

    • Main

      private Main()
      Disallow instantiations of this class.
  • Method Details

    • main

      public static void main​(String[] args)
      The main function of the program. It opens a new CleaverFrame that the user will be able to interact with, and will exit the program when the frame is closed.
      Parameters:
      args - The arguments passed to the program from the command line.