net.sourceforge.jaulp.swing.browser
Class BrowserControlUtils

java.lang.Object
  extended by net.sourceforge.jaulp.swing.browser.BrowserControlUtils

public class BrowserControlUtils
extends java.lang.Object

The Class BrowserControlUtils helps you to open an url in the standard web-browser.


Constructor Summary
BrowserControlUtils()
           
 
Method Summary
static java.lang.Object displayURLonStandardBrowser(java.awt.Component parentComponent, java.lang.String url)
          This method opens the specified url in the standard web-browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserControlUtils

public BrowserControlUtils()
Method Detail

displayURLonStandardBrowser

public static java.lang.Object displayURLonStandardBrowser(java.awt.Component parentComponent,
                                                           java.lang.String url)
This method opens the specified url in the standard web-browser.

Parameters:
url - An url like "http://www.yahoo.com/"
parentComponent - The parent component. Can be null.
Returns:
the object


Copyright © 2010. All Rights Reserved.