public interface OpenLink
Launches the default browser of the platform as a separate application process. The browser
will be opened with the provided URL.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
openURL
Opens the given URL in the browser.- Parameters:
url- the URL to open
-
openURL
Opens the given URL string in the browser.- Parameters:
url- the URL string to open
-