Class BrowserControlExtensions


  • public class BrowserControlExtensions
    extends java.lang.Object
    The class BrowserControlExtensions helps you to open an url in the standard web-browser.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • BrowserControlExtensions

        public BrowserControlExtensions()
    • 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:
        parentComponent - The parent component. Can be null.
        url - An url like "http://www.yahoo.com/"
        Returns:
        the object