public class BrowserOpener
extends java.lang.Object
Constructor | Description |
---|---|
BrowserOpener() |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
showDocument(java.lang.String urlstring) |
open a URL in the browser that was used to launch SPICE
|
static boolean |
showDocument(java.net.URL url) |
open a URL in the browser that was used to launch SPICE
|
public static boolean showDocument(java.net.URL url)
url
- URL to be openedpublic static boolean showDocument(java.lang.String urlstring)
urlstring
- string represntation of URL to be opened