Package weka.gui
Class BrowserHelper
java.lang.Object
weka.gui.BrowserHelper
A little helper class for browser related stuff.
The
openURL
method is based on
Bare Bones Browser Launch,
which is placed in the public domain.- Version:
- $Revision: 7059 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINUX_BROWSERS
Linux/Unix binaries to look for
-
-
Constructor Details
-
BrowserHelper
public BrowserHelper()
-
-
Method Details
-
openURL
opens the URL in a browser.- Parameters:
url
- the URL to open
-
openURL
opens the URL in a browser.- Parameters:
parent
- the parent componenturl
- the URL to open
-
openURL
opens the URL in a browser.- Parameters:
parent
- the parent componenturl
- the URL to openshowDialog
- whether to display a dialog in case of an error or just print the error to the console
-