public static final class Window.Level
extends java.lang.Object
FLOATING
and TOPMOST
may represent the same window level.Window.setLevel(int)
Modifier and Type | Field and Description |
---|---|
private static int |
_MAX |
private static int |
_MIN |
static int |
FLOATING
A window level that is above all other NORMAL windows.
|
static int |
NORMAL
Normal window level.
|
static int |
TOPMOST
A very topmost window level.
|
Constructor and Description |
---|
Level() |
private static final int _MIN
public static final int NORMAL
public static final int FLOATING
public static final int TOPMOST
private static final int _MAX