public class DecorationHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
decorateWindows(Boolean decorate) |
static int |
getExtendedState(Frame frame) |
static int |
getWindowDecorationStyle(JRootPane root) |
static boolean |
isFrameStateSupported(Toolkit tk,
int state) |
static boolean |
isTranslucentWindowSupported() |
static void |
setExtendedState(Frame frame,
int state) |
static void |
setTranslucentWindow(Window wnd,
boolean translucent) |
public static void decorateWindows(Boolean decorate)
public static int getWindowDecorationStyle(JRootPane root)
public static int getExtendedState(Frame frame)
public static void setExtendedState(Frame frame, int state)
public static boolean isFrameStateSupported(Toolkit tk, int state)
public static boolean isTranslucentWindowSupported()
public static void setTranslucentWindow(Window wnd, boolean translucent)
Copyright © 2014. All Rights Reserved.