Package com.jtattoo.plaf
Class DecorationHelper
java.lang.Object
com.jtattoo.plaf.DecorationHelper
DecorationHelper class.
Author Michael Hagen-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTranslucentWindowSupported.static void
setTranslucentWindow
(Window wnd, boolean translucent) setTranslucentWindow.
-
Method Details
-
isTranslucentWindowSupported
public static boolean isTranslucentWindowSupported()isTranslucentWindowSupported.
- Returns:
- a boolean.
-
setTranslucentWindow
setTranslucentWindow.
- Parameters:
wnd
- aWindow
object.translucent
- a boolean.
-