dd.ui
Class WebBrowser

java.lang.Object
  extended bydd.ui.WebBrowser

public class WebBrowser
extends java.lang.Object

Platform-independent interface to a Web browser. This method uses Runtime.exec() to launch the system Web browser. Specfically, the following commands are run:

OSCommand
Windowsrundll32 url.dll,FileProtocolHandler url
Mac OS Xopen -a Safari url
Othersnetscape -remote openURL(url)

Author:
Eric Scharff

Constructor Summary
WebBrowser()
           
 
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

WebBrowser

public WebBrowser()
Method Detail

openURL

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