Class Launcher

java.lang.Object
org.jivesoftware.openfire.launcher.Launcher

public class Launcher extends Object
Graphical launcher for Openfire.
Author:
Matt Tucker
  • Constructor Details

    • Launcher

      public Launcher() throws AWTException
      Creates a new Launcher object.
      Throws:
      AWTException - if there is a problem with AWT
  • Method Details

    • 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