Hi All, Please review a doc fix where it mentioned in JComponent.paintComponent()
> if this component is opaque, you must completely fill in the background in a non-opaque color
It should read "opaque color", or "non-transparent color". webrev:http://cr.openjdk.java.net/~psadhukhan/8187989/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8187989 Regards Prasanta
