RFR: 8139208: [macosx] Issue with setExtendedState of JFrame [v2]
Damon Nguyen
dnguyen at openjdk.org
Wed Aug 16 22:55:26 UTC 2023
On Fri, 11 Aug 2023 21:50:35 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line 674:
>>
>>> 672: /* Frame or Dialog should be set property WINDOW_FULLSCREENABLE to true if the
>>> 673: Frame or Dialog is resizable.
>>> 674: **/
>>
>> Any reason for `**/` vs `*/`?
>
> This was in the original code so I didn't change it
Understood, but maybe can still change it to match the rest of the file. The other comment blocks don't have this `**/` ending, so we can fix it while we make other edits to this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15236#discussion_r1296512830
More information about the client-libs-dev
mailing list