On Thu, 5 Jan 2023 05:26:26 GMT, Tejesh R <[email protected]> wrote: > Windows count check was added as part of > [JDK-8290469](https://bugs.openjdk.org/browse/JDK-8290469) fix, to avoid > window positional shift which happens during application startup. The > condition handled only for windows type of Window and not for Frame/Dialog > which is the root cause for the bug. I have updated the condition for other > Window types as a fix.
Tested before and after applying the fix. New frame appears as expected after the fix, when nothing appeared before the fix. Looks good. ------------- Marked as reviewed by dnguyen (Author). PR: https://git.openjdk.org/jdk/pull/11859
