RFR: 8354478: Improve StageStyle documentation [v3]
Lukasz Kostyra
lkostyra at openjdk.org
Wed Apr 23 09:00:56 UTC 2025
On Mon, 14 Apr 2025 23:25:57 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
>> Improve StageStyle Documentation
>>
>> - Update `StageStyle.UTILITY`:
>> Clarified that UTILITY stages may impose platform-specific restrictions on window states, such as preventing maximize, minimize (iconify), and fullscreen operations.
>>
>> - Update `StageStyle.UNDECORATED`:
>> Improved the description to clarify that although UNDECORATED removes standard window decorations (title bar, borders, and controls), window operations like minimize, maximize, and fullscreen may still be allowed programmatically or via platform-specific functions such as key shortcuts or menu options.
>>
>> - Remove mention of solid white background:
>> This seems to be not true anymore, even withou a `Scene` (or there's a bug)
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>
> Restore "with a solid white background"
Marked as reviewed by lkostyra (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1776#pullrequestreview-2786498590
More information about the openjfx-dev
mailing list