Class Launcher
- java.lang.Object
-
- org.jivesoftware.openfire.launcher.Launcher
-
public class Launcher extends Object
Graphical launcher for Openfire.- Author:
- Matt Tucker
-
-
Constructor Summary
Constructors Constructor Description Launcher()Creates a new Launcher object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Creates a new GUI launcher instance.
-
-
-
Constructor Detail
-
Launcher
public Launcher() throws AWTExceptionCreates a new Launcher object.- Throws:
AWTException- if there is a problem with AWT
-
-
Method Detail
-
main
public static void main(String[] args) throws AWTException
Creates a new GUI launcher instance.- Parameters:
args- The command line arguments- Throws:
AWTException- if AWT cannot be initialised
-
-