com.edsdev.jconvert.util
Class Browser

java.lang.Object
  extended bycom.edsdev.jconvert.util.Browser

public class Browser
extends java.lang.Object

This is a very lightweight browser support class. It only supports windows, mac, unix, and linux.

Author:
Ed Sarrazin Created on Sep 10, 2007 9:02:07 PM

Constructor Summary
Browser()
           
 
Method Summary
static void openURL(java.lang.String url)
          Opens the browser with the supplied URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Browser

public Browser()
Method Detail

openURL

public static void openURL(java.lang.String url)
Opens the browser with the supplied URL

Parameters:
url - String representation of the URL


JConvert - opensource project by Ed Sarrazin