Integrated: 8354478: Improve StageStyle documentation

Thiago Milczarek Sayao tsayao at openjdk.org
Wed Apr 23 20:38:50 UTC 2025


On Sun, 13 Apr 2025 15:24:43 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)

This pull request has now been integrated.

Changeset: 1a129664
Author:    Thiago Milczarek Sayao <tsayao at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/1a129664c4a4c572c41209d4805abf0102cb21f1
Stats:     11 lines in 1 file changed: 8 ins; 0 del; 3 mod

8354478: Improve StageStyle documentation

Reviewed-by: lkostyra, angorya

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

PR: https://git.openjdk.org/jfx/pull/1776


More information about the openjfx-dev mailing list