RFR: 8313424: JavaFX controls in the title bar [v3]
Andy Goryachev
angorya at openjdk.org
Tue Oct 22 20:48:11 UTC 2024
On Tue, 22 Oct 2024 20:42:13 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> Another aspect is whether this should be a conditional feature.
>> If not, how will it be supported on Android/iOS? RaspPI?
>
>> Another aspect is whether this should be a conditional feature. If not, how will it be supported on Android/iOS? RaspPI?
>
> I answered this question in the opening post of this PR.
> `StageStyle.EXTENDED` is a conditional feature that downgrades to `StageStyle.DECORATED` on platforms that don't support it.
@mstr2 thank you for clarifications.
You are proposing a substantial change, I think it needs a JEP to communicate the new feature in a more human-oriented fashion. I think everyone will benefit from that, not only the reviewers.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2430229643
More information about the openjfx-dev
mailing list