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