public class BrowserControl extends Object
| Constructor and Description |
|---|
BrowserControl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
displayURL(String url)
Display a file in the system browser.
|
static boolean |
isLinuxPlatform()
Try to determine whether this application is running under Linux or some
other platform by examing the "os.name" property.
|
static boolean |
isWindowsPlatform()
Try to determine whether this application is running under Windows or
some other platform by examing the "os.name" property.
|
static void |
launch_browser(String oHP)
launch the browser, needed to execute this class
|
public static void displayURL(String url)
url - the file's url (the url must start with either "http://" or
"file://").public static boolean isWindowsPlatform()
public static boolean isLinuxPlatform()
public static void launch_browser(String oHP)
Copyright © 2013. All rights reserved.