Re: Feature Request: Support for Transparent Title Bars in JavaFX Stages

2025-04-05 Thread Christopher Schnick
I just want to add that the native window handles are available prior to the windows being shown if you listen to the observable list Window.getWindows(). On 02/04/2025 16:01, Bahaa Zaid wrote: Hello, Modern macOS apps tend to expand the client area of the window to take the entire window ar

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-04 Thread Michael Strauß
Already under way: https://github.com/openjdk/jfx/pull/1605

Re: Feature Request: Support for Transparent Title Bars in JavaFX Stages

2025-04-03 Thread Cormac Redmond
Would really love to see https://github.com/openjdk/jfx/pull/1605 as a preview in JFX 25. Kind Regards, Cormac On Thu, 3 Apr 2025 at 17:01, Bahaa Zaid wrote: > That’s great. Thank you much. > > > On 3 Apr 2025, at 4:59 PM, Michael Strauß > wrote: > > > > Already under way: https://github.com/

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