public class Platform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
Platform() |
Modifier and Type | Method and Description |
---|---|
static void |
browseWebpage(java.lang.String url)
Open the specified URL in a web browser.
|
static void |
browseWebpage(java.lang.String url,
java.awt.Frame parent)
Open the specified URL in a web browser.
|
static boolean |
isOSX()
Determines whether this operating system is MacOSX.
|
static void |
setLookAndFeel()
Set the look and feel to Nimbus on non-OSX platforms.
|
public static boolean isOSX()
public static void setLookAndFeel()
public static void browseWebpage(java.lang.String url)
url
- public static void browseWebpage(java.lang.String url, java.awt.Frame parent)
url
- parent
-