On Thu, 10 Aug 2023 23:10:15 GMT, Alisen Chung <[email protected]> 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 ) ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15236#discussion_r1290765962