Package pulse.ui
Class Launcher
- java.lang.Object
-
- pulse.ui.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
static void
main(String[] args)
Launches the application and creates a GUI.
-