Class GUILauncher

java.lang.Object
net.oijon.algonquin.gui.GUILauncher

public class GUILauncher extends Object
Author:
N3ther
  • Constructor Details

    • GUILauncher

      public GUILauncher()
  • Method Details

    • main

      public static void main(String[] args) throws URISyntaxException, IOException
      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.