Class Aboutbox.BrowserControl
All Packages Class Hierarchy This Package Previous Next Index
Class Aboutbox.BrowserControl
Object
|
+----Aboutbox.BrowserControl
- public class BrowserControl
- extends Object
Display a file in the system browser. If you want to display a
file, you must include the absolute path name.
- Author:
- Andreas Schroeter
- Since:
- 30.03
-
Aboutbox.BrowserControl()
-
-
displayURL(String)
- calls the default web browser with the given url.
-
isWindowsPlatform()
- Try to determine whether this application is running under Windows
or some other platform by examing the "os.name" property.
BrowserControl
public BrowserControl()
displayURL
public static void displayURL(String url)
- calls the default web browser with the given url.
- Parameters:
- url - call browser with this url
- Since:
- 30.03
isWindowsPlatform
public static boolean isWindowsPlatform()
- Try to determine whether this application is running under Windows
or some other platform by examing the "os.name" property.
- Returns:
- true if this application is running under a Windows OS
- Since:
- 30.03
All Packages Class Hierarchy This Package Previous Next Index