-
Bug
-
Resolution: Fixed
-
P2
-
1.0.2
-
1.1
-
sparc
-
solaris_2.5.1
-
Not verified
According to the spec,
Color(float, float, float) takes float values between 0 and 1,
Color(int) takes an int value between 0 and 0xffffff,
and Color(int, int, int) takes int values between 0 and 255.
However, each of these, if given values out of their respective ranges,
does not throw an exception.
- relates to
-
JDK-1264517 awt.Color getColor doesn't throw exception when int parameter is out of range
-
- Closed
-