Probably we can call invokeAndWait() for createAndShowGUI instead of
invokeLater for frame to be shown, which may beĀ more cleaner approach.
Regards
Prasanta
On 14-Nov-19 10:46 PM, Jayathirth D V wrote:
Hello All,
Please review the following fix in JDK14:
Bug : https://bugs.openjdk.java.net/browse/JDK-8234184
Webrev : http://cr.openjdk.java.net/~jdv/8234184/webrev.00/
Issue : We are disposing the frame even before we record Mouse Entry
event.
Solution : Added appropriate waits to record Mouse entry event.
Test fails every time without fix in Internal CI and passes everytime
with fix.
Thanks,
Jay