menues and shadows flicker while repainting

  • Thread starter Thread starter Vladimir
  • Start date Start date
V

Vladimir

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.
 
Draw with back buffering, decrease the update rate, or
only redraw what has changed, depending on what the app is
really doing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top