-
Bug
-
Resolution: Fixed
-
P4
-
1.1.2, 1.3.0
-
5.0
-
generic, x86
-
solaris_8, windows_95
-
Verified
1) In Container.paintComponents(), the children are not
painted into the gc that's passed in. Instead, they're
painted into a new gc that's just thrown away.
2) In Container.print(), the gc is retrieved but there is no
check for null.
painted into the gc that's passed in. Instead, they're
painted into a new gc that's just thrown away.
2) In Container.print(), the gc is retrieved but there is no
check for null.
- relates to
-
JDK-1260469 PaintComponents cannot draw the child components
- Closed