public abstract class Platform
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
isOSX |
Whether we are running on Mac OS X.
|
| Constructor | Description |
|---|---|
Platform() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
getScreenResolution() |
Returns the active screen resolution.
|
public static int getScreenResolution()
Toolkit.getScreenResolution() which
will throw a HeadlessException.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.