Package net.oijon.algonquin.gui
Class Launcher
- java.lang.Object
-
- net.oijon.algonquin.gui.Launcher
-
public class Launcher extends java.lang.Object- Author:
- N3ther
-
-
Constructor Summary
Constructors Constructor Description Launcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Launches the GUI, as JavaFX cannot handle the GUI being launched directly.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.net.URISyntaxException, java.io.IOExceptionLaunches the GUI, as JavaFX cannot handle the GUI being launched directly. Also creates default files (packs classic and newclassic).- Parameters:
args- Passed on to GUI to run.- Throws:
java.net.URISyntaxException- Should never be thrown, however the compiler yelled at me if I didn't include this.java.io.IOException- Thrown if for some reason it cannot create directories. Should never be thrown.
-
-