Package pulse.ui

Class Launcher


  • public class Launcher
    extends Object

    This is the main class used to launch PULsE and start the GUI. In addition to providing the launcher methods, it also redirects the System.err stream to an external file. An empty log file is deleted upon program exit via a shutdown hook.

    • Method Detail

      • main

        public static void main​(String[] args)
        Launches the application and creates a GUI.
      • finalize

        public void finalize()
        Overrides:
        finalize in class Object