On Mon, 14 Apr 2025 15:30:16 GMT, Thiago Milczarek Sayao <tsa...@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

Reply via email to