Package nl.siegmann.epublib.util
Class DesktopUtil
java.lang.Object
nl.siegmann.epublib.util.DesktopUtil
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanlaunchBrowser(URL url) Open a URL in the default web browser.
-
Constructor Details
-
DesktopUtil
public DesktopUtil()
-
-
Method Details
-
launchBrowser
Open a URL in the default web browser.- Parameters:
url- a URL to open in a web browser.- Returns:
- true if a browser has been launched.
- Throws:
DesktopUtil.BrowserLaunchException
-