Package jadex.commons.gui
Class BrowserLauncher
- java.lang.Object
-
- jadex.commons.gui.BrowserLauncher
-
public class BrowserLauncher extends java.lang.Object
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL. It may support other protocols depending on the system -- mailto, ftp, etc. -- but that has not been rigorously tested and is not guaranteed to work.-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openURL(java.lang.String url)
Attempts to open the default web browser to the given URL.
-
-