Feature Request: Support for Transparent Title Bars in JavaFX Stages
Hello, Modern macOS apps tend to expand the client area of the window to take the entire window area including the titlebar. This is usually done by: Setting NSWindow.titlebarAppearsTransparent to true. Setting NSWindow.styleMask NSWindowStyleMaskFullSizeContentView flag. This can be useful beca
Re: Feature Request: Support for Transparent Title Bars in JavaFX Stages
That’s great. Thank you much. > On 3 Apr 2025, at 4:59 PM, Michael Strauß wrote: > > Already under way: https://github.com/openjdk/jfx/pull/1605