java.lang.Object
eu.steffo.cleaver.Main
public final class Main extends Object
The class containing the main function.
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
Main()
Disallow instantiations of this class. -
Method Summary
-
Field Details
-
jobs
- See Also:
main(String[])
-
-
Constructor Details
-
Main
private Main()Disallow instantiations of this class.
-
-
Method Details
-
main
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.
-