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