Package ch.swingfx.window.translucentandshaped
package ch.swingfx.window.translucentandshaped
-
ClassDescriptionEnum off all supported API types for translucent and shaped windows
For more details see http://download.oracle.com/javase/tutorial/uiswing/misc/trans_shaped_windows.html#6u10
Note: Only Sun/Oracle JREs support sun.awt.AWTUtilities.Support for Translucent and Shaped Windows.Class that represents no support for translucent and shaped windows because there is no api we can wrap.
You shouldn't use this class directly.Wrapper around the official API for creating translucent and shaped windows.Wrapper around com.sun.awt.AWTUtilities API for Translucent and Shaped Window support.
As of JRE 6 update 10 there is a private API for creating these types of windows.
You shouldn't use this class directly.This enum is used in combination withITranslucentAndShapedWindowApi
.isTranslucencySupported()Factory for creatingITranslucentAndShapedWindowApi
objects depending on the JRE
Prior to JRE 6 update 10 there is no support for this.