Package com.actelion.research.util
Class BrowserControl
- java.lang.Object
-
- com.actelion.research.util.BrowserControl
-
public class BrowserControl extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BrowserControl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
displayURL(java.lang.String url)
Display a file in the system browser.static void
main(java.lang.String[] args)
Simple example.
-
-
-
Method Detail
-
displayURL
public static void displayURL(java.lang.String url)
Display a file in the system browser. If you want to display a file, you must include the absolute path name.- Parameters:
url
- the file's url (the url must start with either "http://" or "file://").
-
main
public static void main(java.lang.String[] args)
Simple example.
-
-