public class DesktopUtil extends Object
| Constructor and Description |
|---|
DesktopUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
browse(URI uri)
Method to open an URI in the user default web browser.
|
static void |
mail(URI uri)
Method to open an URI in the user default mail client.
|
static void |
open(File file)
Method to open an URI in the user default open client.
|
public static void browse(URI uri)
uri - the URI to openpublic static void open(File file)
file - the file to openpublic static void mail(URI uri)
uri - the uri to openCopyright © 2004–2020 CodeLutin. All rights reserved.