With StageStyle.EXTENDED some of the window elements are drawn by the OS. On all platforms that would include the drop shadows. For Mac it would include the default close/iconify/fullscreen controls (which are difficult to replace seamlessly) and on Windows I’m pretty sure the OS draws a thin outline or two around each stage. If the goal is to allow control over the opacity of the window keep in mind that you won’t be able to control the opacity of these elements. EXTENDED assumes an opaque background just like DECORATED does so this would require an API addition in JavaFX. Which platforms are you most interested in? My guess is that this is not much work on Mac, probably very tricky or impossible on Windows and for Linux I would not even venture a guess. Martin On Oct 21, 2025, at 10:09 AM, Dirk Lemmermann <[email protected]> wrote:
|
- StageStyle.EXTENDED with transparent background Glavo
- Re: StageStyle.EXTENDED with transparent backgrou... Glavo
- Re: StageStyle.EXTENDED with transparent back... Dirk Lemmermann
- Re: StageStyle.EXTENDED with transparent ... Martin Fox
- Re: StageStyle.EXTENDED with transpar... Martin Fox
- Re: StageStyle.EXTENDED with tra... Michael Strauß
- Re: StageStyle.EXTENDED with... Martin Fox
- Re: StageStyle.EXTENDED ... Michael Strauß
- Re: StageStyle.EXTENDED with... Martin Fox
- Re: StageStyle.EXTENDED with... Christopher Schnick
- Re: StageStyle.EXTENDED ... Martin Fox
- Re: StageStyle.EXTENDED ... Christopher Schnick
