Incorrect colors for some parts of widget.
http://ucsd.sfbay.sun.com/projects/java/j2se/1.5.0/client/NLF/art-gtk-solaris/color-comparison.png
###@###.### 2003-05-23
Comments
EVALUATION
Colors are now taken directly from native.
15-12-2005
EVALUATION
Name: omR10226 Date: 07/10/2003
The problem concerns not only check box painting,
it's the problem with a shadow painting also.
The calculation of MID and DARK colors from
the background color (these colors are used to paint shadows)
should be little corrected(values should be rounded,
not truncated). The inner bottom line of the shadow should be drawn
by the MID color instead of the background color.
We are using DARK color to paint a part of check mark,
it should be replaced by proper color (default colors:
DARK, MID and LIGHT are not suitable).
======================================================================