<AWT Dev> RFR: 8256465: [macos11] Java frame and dialog presented full screen freeze application [v7]

Tejpal Rebari trebari at openjdk.java.net
Mon May 31 13:58:23 UTC 2021


On Mon, 31 May 2021 11:23:46 GMT, Jayathirth D V <jdv at openjdk.org> wrote:

>> Tejpal Rebari has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - make string final
>>  - doPrivileged to the system.getproperty
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line 130:
> 
>> 128:     public static final String WINDOW_TITLE_VISIBLE = "apple.awt.windowTitleVisible";
>> 129: 
>> 130:     // This system property is used in javafx as well
> 
> Reword this comment to mentioned that it is named as jdk.* because the property is not specific to AWT and it will be used in JavaFX also.

yeah , instead of "will be used" we should used "is used" because that will be the situation after some time.

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

PR: https://git.openjdk.java.net/jdk/pull/3407


More information about the awt-dev mailing list