public class LaunchBrowser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
execCommand |
static boolean |
launchViaExec |
| Constructor and Description |
|---|
LaunchBrowser() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
showDocument(URL url)
attempt to show the given URL. will first attempt via the JNLP api, then
will try showViaExec().
|
public static final String execCommand
public static final boolean launchViaExec
public static boolean showDocument(URL url)
url - the URLCopyright © 2003–2015. All rights reserved.