Class BrowserOpener

    • Method Detail

      • showDocument

        public static boolean showDocument​(URL url)
        open a URL in the browser that was used to launch SPICE
        Parameters:
        url - URL to be opened
        Returns:
        true if this was successfull
      • showDocument

        public static boolean showDocument​(String urlstring)
        open a URL in the browser that was used to launch SPICE
        Parameters:
        urlstring - string represntation of URL to be opened
        Returns:
        true if this was successfull