org.processmining.framework.util
Class BrowserLauncher

java.lang.Object
  extended by org.processmining.framework.util.BrowserLauncher

public class BrowserLauncher
extends java.lang.Object

Utility to open a web page with the specified URL in the system's default browser.

Author:
Christian W. Guenther (christian@deckfour.org)

Constructor Summary
BrowserLauncher()
           
 
Method Summary
static void openURL(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncher

public BrowserLauncher()
Method Detail

openURL

public static void openURL(java.lang.String url)