com.jasperassistant.designer.viewer.util
Class BrowserUtils

java.lang.Object
  extended bycom.jasperassistant.designer.viewer.util.BrowserUtils

public class BrowserUtils
extends java.lang.Object

Utility class for opening urls using system browser

Version:
$Id: BrowserUtils.java,v 1.2 2004/12/27 09:30:52 peter_p_s Exp $

Method Summary
static void openLink(java.lang.String url)
          Launches the browser to open the specified url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openLink

public static void openLink(java.lang.String url)
Launches the browser to open the specified url

Parameters:
url - the url to open