<Swing Dev> RFR: JDK-8234386: [macos] NPE was thrown at expanding Choice from maximized frame
Toshio 5 Nakamura
TOSHIONA at jp.ibm.com
Wed Nov 20 03:55:29 UTC 2019
Hi All,
Could you review the following fix? Also, I'd like to ask a sponsor of this
fix, since I'm not a committer.
Bug: https://bugs.openjdk.java.net/browse/JDK-8234386
Webrev: http://cr.openjdk.java.net/~tnakamura/8234386/webrev.00
Issue:
NullPointerException was thrown when Choice was expanded from maximized
Frame.
Fix:
Simply adding a null check to JPopupMenu. When the frame was maximized and
expanding
Choice component, GraphicsConfiguration parameter can be null. Detailed
description was in JBS.
Thanks,
Toshio Nakamura
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/swing-dev/attachments/20191120/34b8d6c1/attachment.html>
More information about the swing-dev
mailing list