net.sf.magicproject.tools
Class WebBrowser

java.lang.Object
  extended by net.sf.magicproject.tools.WebBrowser

public final class WebBrowser
extends java.lang.Object

Class used to launch a WebBrowser.

Extracted from method: EmbeddedKowariServer.LaunchBrowser()

Since:
2004-07-23
Author:
Robert Turner

Method Summary
static void launchBrowser(java.lang.String url)
          Launch a browser to display the specified URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchBrowser

public static void launchBrowser(java.lang.String url)
                          throws java.lang.Exception
Launch a browser to display the specified URL.

Parameters:
url - url to open.
Throws:
java.lang.Exception


Copyright © 2003-2007 Magic-Project. All Rights Reserved.