Package gcodeIDE
Class GCodeIDEMain
java.lang.Object
gcodeIDE.GCodeIDEMain
public class GCodeIDEMain
extends java.lang.Object
The Class GCodeIDEMain.
-
Constructor Summary
Constructors Constructor Description GCodeIDEMain() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)The main method.
-
Constructor Details
-
GCodeIDEMain
public GCodeIDEMain()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException, org.antlr.runtime.RecognitionExceptionThe main method.- Parameters:
args- the arguments- Throws:
java.io.FileNotFoundException- the file not found exceptionjava.io.IOException- Signals that an I/O exception has occurred.org.antlr.runtime.RecognitionException- the recognition exception
-