public class BrowserOpener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
BrowserOpener() |
Modifier and Type | Method and 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