-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
6
-
x86
-
linux
I have just a ScrollBar. When I invoking a method setBackground(Color.red) and then invoking Robot.getPixelColor on the pixel of the center of the scrollbar I expect to see exactle the same color values on Motif and XAWT. But the values of the color on Motif is different from the value of the color on XAWT.
Seems that the incorrect result appear after shadow of the color.
I have attached a simple test. You will see that the color on XAWT equals java.awt.Color[r=216,g=0,b=0] and the color on Motif equals java.awt.Color[r=217,g=0,b=0]
###@###.### 2005-04-11 08:05:46 GMT
Seems that the incorrect result appear after shadow of the color.
I have attached a simple test. You will see that the color on XAWT equals java.awt.Color[r=216,g=0,b=0] and the color on Motif equals java.awt.Color[r=217,g=0,b=0]
###@###.### 2005-04-11 08:05:46 GMT
- relates to
-
JDK-5092883 REGRESSION: SystemColor class gives back wrong values under Linux
- Resolved