public class BrowserHelper extends Object
openURL
method is based on
Bare Bones Browser Launch,
which is placed in the public domain.Modifier and Type | Field and Description |
---|---|
static String[] |
LINUX_BROWSERS
Linux/Unix binaries to look for
|
Constructor and Description |
---|
BrowserHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
openURL(Component parent,
String url)
opens the URL in a browser.
|
static void |
openURL(Component parent,
String url,
boolean showDialog)
opens the URL in a browser.
|
static void |
openURL(String url)
opens the URL in a browser.
|
public static final String[] LINUX_BROWSERS
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.