<div dir="ltr">Hi,<br><div><br></div><div>Our application has traditionally used StageStyle.TRANSPARENT to enable a fully customizable stage. </div><div>This allows users to set custom backgrounds and adjust the window's opacity freely, leveraging our powerful personalization features.<br><br>After the release of JavaFX 25, we want to migrate to StageStyle.EXTENDED so that <br>we can use native window decorations and no longer need to draw window shadows ourselves.<br>But using StageStyle.EXTENDED creates a stage with a white background, which prevents us <br>from setting the window's opacity.<br>So is there any way we can make the stage background transparent while using StageStyle.EXTENDED?<br><br></div><div>Glavo</div></div>