Package net.oijon.algonquin.gui
Class GUILauncher
java.lang.Object
net.oijon.algonquin.gui.GUILauncher
- Author:
- N3ther
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GUILauncher
public GUILauncher()
-
-
Method Details
-
copyFiles
- Throws:
URISyntaxExceptionIOException
-
main
Launches 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:
URISyntaxException- Should never be thrown, however the compiler yelled at me if I didn't include this.IOException- Thrown if for some reason it cannot create directories. Should never be thrown.
-