Hi,
I have a Java application that repaints a window contents
with a high rate. This causes menus and shadows to flicker
in Windows XP. The effect disappears after the monitor
refresh rate is changed (doesn't matter if it's changed to
a higher or lower value) or even if I press Ctrl-Alt-
Delete and cancel. Does anyone know how this problem can
be resolved without these manipulations?
Thank you.
anonymous@discussions.microsoft.com - 31 Aug 2004 21:33 GMT
Draw with back buffering, decrease the update rate, or
only redraw what has changed, depending on what the app is
really doing.
>-----Original Message-----
>Hi,
[quoted text clipped - 10 lines]
>
>.