RFR: 8313424: JavaFX controls in the title bar [v70]
Michael Strauß
mstrauss at openjdk.org
Tue Apr 29 13:58:05 UTC 2025
On Tue, 29 Apr 2025 13:44:36 GMT, Cormac Redmond <duke at openjdk.org> wrote:
> However, a similar bug is still present when using EXTENDED with **no** HeaderBar, these cursors are missing and it's not possible to re-size using the top border/corners. Easy to reproduce in Monkey Tester.
>
> It's also impossible to click and drag the window from the header area, in this configuration, which felt like non-native behaviour that could be enabled by default. Maybe it's intentional.
I don't think `EXTENDED` without `HeaderBar` is a supported configuration. The header bar defines the draggable area, and without it, the window doesn't seem to be useful (this would be a resizable but non-movable window). Do you have a specific use case in mind?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2839024657
More information about the openjfx-dev
mailing list