com.partnersoft.v3x.util
Class WebLib

java.lang.Object
  extended by com.partnersoft.v3x.util.WebLib

public class WebLib
extends java.lang.Object

An excessively lazy set of library functions for dealing with the web and web browsers.


Constructor Summary
WebLib()
           
 
Method Summary
static void launchWebBrowser(java.io.File filet)
          Launches a web browser to view a local file.
static void launchWebBrowser(java.lang.String url)
          This launches a web browser on the given URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLib

public WebLib()
Method Detail

launchWebBrowser

public static void launchWebBrowser(java.lang.String url)
This launches a web browser on the given URL.


launchWebBrowser

public static void launchWebBrowser(java.io.File filet)
Launches a web browser to view a local file.