Class 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 void main​(java.lang.String[] args)
      Launches the GUI, as JavaFX cannot handle the GUI being launched directly.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Launcher

        public Launcher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.net.URISyntaxException,
                                java.io.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:
        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.