public class OpenBrowser
extends java.lang.Object
OpenBrowser class is used for launching the main web browser of the operating
system.| Constructor and Description |
|---|
OpenBrowser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
openURL(java.lang.String url)
Launches the main web browser of any operating system (Mac, Windows or Unix).
|