RFR: 8354480: A Stage should allow simultaneous iconified and maximized states [v2]

Andy Goryachev angorya at openjdk.org
Mon Apr 14 16:17:50 UTC 2025


On Mon, 14 Apr 2025 15:30:16 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/glass/events/WindowEvent.java line 76:
>> 
>>> 74:             case WindowEvent.FOCUS_DISABLED -> "FOCUS_DISABLED";
>>> 75:             case WindowEvent.FOCUS_UNGRAB -> "FOCUS_UNGRAB";
>>> 76:             default -> "UNKNOWN";
>> 
>> Just wanted to share, I usually do `"?" + eventType`, or in this case it might be `"UNKNOWN?" + eventType`.
>
> Makes sense, but I think most reviewers would say it's an unrelated change as ask to rollback :)

exactly, I am not asking for this change.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1777#discussion_r2042477769


More information about the openjfx-dev mailing list