<AWT Dev> Review Request for 8057574: Inconsistent behavior for setBackground (Windows/Linux)
Prem Balakrishnan
prem.balakrishnan at oracle.com
Mon Jan 4 08:28:29 UTC 2016
Hi,
Please review fix for JDK9,
Bug: https://bugs.openjdk.java.net/browse/JDK-8057574
Webrev: http://cr.openjdk.java.net/~arapte/prem/8057574/webrev.00/
Issue:
It is Platform specific Issue - LINUX
If Child Dialog's Background color is NOT set explicitly, Child Dialog inherits Parent Dialog's Background Color.
(In Windows OS Child Dialog is NOT inheriting parent Dialog's Background Color)
Cause:
Default Background color for Dialog is not initialized.
Fix:
If Background color is not set explicitly , default Background color is set at the time of Dialog's initialization.
Thanks,
Prem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20160104/1e8b429f/attachment-0001.html>
More information about the awt-dev
mailing list