public class DesktopUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DesktopUtil.BrowserLaunchException |
Constructor and Description |
---|
DesktopUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
launchBrowser(URL url)
Open a URL in the default web browser.
|
public static boolean launchBrowser(URL url) throws DesktopUtil.BrowserLaunchException
url
- a URL to open in a web browser.DesktopUtil.BrowserLaunchException
Copyright © 2009–2017. All rights reserved.