RFR: 8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected. [v2]
Alisen Chung
achung at openjdk.org
Wed Jun 14 20:37:59 UTC 2023
On Wed, 14 Jun 2023 20:09:45 GMT, Phil Race <prr at openjdk.org> wrote:
> I don't like the idea of a delay in either of the ways discussed here. And although I do think that its much better to wait for delivery of an event, I'm not sure I understand the windowState listener proposal. How do you know in this code that the transition of iconified-> normal will then followed by normal->maximised ?
The code here is trying to do a transition from iconified -> maximized, but splits it up into iconified -> normal and normal -> maximized.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14226#issuecomment-1591942508
More information about the client-libs-dev
mailing list