RFR: 8139208: [macosx] Issue with setExtendedState of JFrame
lawrence.andrews
duke at openjdk.org
Thu Aug 10 23:35:58 UTC 2023
On Thu, 10 Aug 2023 23:10:15 GMT, Alisen Chung <achung 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 ) ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15236#discussion_r1290765962
More information about the client-libs-dev
mailing list