Class Main

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

public class Main
extends java.lang.Object
The class containing the main function.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static java.util.ArrayList<Job> jobs
    The ArrayList of Jobs that the CleaverFrame will manipulate.
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    The main function of the program.

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(java.lang.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.