|
Evaluation
|
This bug is not solaris-specific, but XAWT-specific. It can be easily reproduced on Linux+1.5 or Linux+1.6. It is very close to the recent 6470119 or 6460225.
Posted Date : 2006-09-18 12:49:48.0
XAWT implementation of the List component uses VolatileImage as a back buffer, however, double buffering within the bounds of one call of the paint() methods, so following paint() call that repaints the same part of the component may cause to flickering. A possible fix for the particular case (moving scrollbar) - unite paint() calls in one call. Note that there are other similar flickering problems, for example, when user interacts using key arrows. This should be fixed as well.
Posted Date : 2008-04-14 11:48:43.0
|