-
Bug
-
Resolution: Fixed
-
P2
-
1.0
-
1.1
-
sparc
-
solaris_2.5
-
Not verified
The paintComponents operation does not perform as documented. It's supposed to
draw the children of a container. Its implementation creates a new graphics object based on the one that's passed in. However, this graphics object is on the container and not on the children, so any drawing done to it will have the children clipped out.
draw the children of a container. Its implementation creates a new graphics object based on the one that's passed in. However, this graphics object is on the container and not on the children, so any drawing done to it will have the children clipped out.
- relates to
-
JDK-4059712 Container.paintComponents() ignores passed in Graphics object.
- Closed