-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
windows_xp
FULL PRODUCT VERSION :
jdk 1.2 and above
A DESCRIPTION OF THE PROBLEM :
Not a bug but a typo.
The javax swing DefaultSwatchChooserPanel has an array of values for colors rendered in the JColorChooser Dialog.
The colors defined in the array are based on a decrease or increase of 51 from the previous color. The color defined at row 3 column 23 (counting from 0) is 244. Should it be 204 instead?
(Source code: line 451)
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-03-14 21:53:08 GMT
jdk 1.2 and above
A DESCRIPTION OF THE PROBLEM :
Not a bug but a typo.
The javax swing DefaultSwatchChooserPanel has an array of values for colors rendered in the JColorChooser Dialog.
The colors defined in the array are based on a decrease or increase of 51 from the previous color. The color defined at row 3 column 23 (counting from 0) is 244. Should it be 204 instead?
(Source code: line 451)
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-03-14 21:53:08 GMT
- duplicates
-
JDK-4936791 Non-web-safe color in javax.swing.colorchooser.DefaultSwatchChooserPanel
- Resolved