this.transparencyManager = floatingContainer.getResourceManager().getTransparencyManager();
if (transparencyManager.isServiceAvailable()) {
this.descriptor = descriptor;
this.window = window;
this.transparencyAnimation = new TransparencyAnimation(
descriptor.getResourceManager().getTransparencyManager(),
window, 0.0f
);
floatingContainer.addPropertyChangeListener("active", this);