Feature Request: Support for Transparent Title Bars in JavaFX Stages

2025-04-05 Thread Bahaa Zaid
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

2025-04-03 Thread Bahaa Zaid
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