RFR: 8139208: [macosx] Issue with setExtendedState of JFrame
Alisen Chung
achung at openjdk.org
Thu Aug 10 23:35:59 UTC 2023
On Thu, 10 Aug 2023 23:19:15 GMT, lawrence.andrews <duke at openjdk.org> wrote:
>> Swapped order of showing frame and managing extended frame state.
>
> src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java line 1005:
>
>> 1003: int prevWindowState = peer.getState();
>> 1004: if (prevWindowState == windowState) return;
>> 1005: System.out.println("check1");
>
> Do you need this debug statement ( all check1-check8 ) ?
oops, forgot about those
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15236#discussion_r1290769002
More information about the client-libs-dev
mailing list