java.lang.Object
eu.steffo.cleaver.Main
public class Main
extends java.lang.Object
The class containing the main function.
-
Field Details
-
jobs
- See Also:
main(String[])
-
-
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 newCleaverFrame
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.
-