-
Bug
-
Resolution: Fixed
-
P4
-
1.0.2
-
1.1
-
sparc
-
solaris_2.5
-
Not verified
In the JavaTests Harness, I have a class that subtypes Panel and
overrides paint(g). Occasionally I call repaint(). However, I observe
that sometimes the callback comes in directly to paint and not
via update. The net effect is that the background is not cleared
before my paint routine runs.
The effect appears to be timing related ... sometimes update is called,
sometimes not.
overrides paint(g). Occasionally I call repaint(). However, I observe
that sometimes the callback comes in directly to paint and not
via update. The net effect is that the background is not cleared
before my paint routine runs.
The effect appears to be timing related ... sometimes update is called,
sometimes not.