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