public class BrowserOpener extends Object
| Constructor and Description |
|---|
BrowserOpener() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
showDocument(String urlstring)
open a URL in the browser that was used to launch SPICE
|
static boolean |
showDocument(URL url)
open a URL in the browser that was used to launch SPICE
|
public BrowserOpener()
public static boolean showDocument(URL url)
url - URL to be openedpublic static boolean showDocument(String urlstring)
urlstring - string represntation of URL to be openedCopyright © 2000–2019 BioJava. All rights reserved.