RFR: 8313424: JavaFX controls in the title bar [v21]

Michael Strauß mstrauss at openjdk.org
Tue Nov 5 20:53:41 UTC 2024


On Tue, 5 Nov 2024 19:08:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   stylistic changes
>
> modules/javafx.graphics/src/main/resources/com/sun/glass/ui/gtk/WindowDecorationGnome.css line 26:
> 
>> 24:  */
>> 25: 
>> 26: .window-button-container {
> 
> is it possible for the app dev to alter the styling with an external style sheet?

No, that's not possible. This part of the implementation is a black box. It's also what makes the feature easy to use for app developers: they don't need to concern themselves with window decorations on the various supported platforms, they can rest assured that it will _just work_.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1829984465


More information about the openjfx-dev mailing list