Java swing buttons are flickering in windows 7 environment
Hi All,
I need a suggestion on how to avoid flickering of swing components(especially buttons) in windows 7 environment.
I face this problem after i connect to the printer for a print operation from my swing application. Before this print operation the buttons are fine even in Windows 7 environment, but immediately after the print operation the buttons in the entire application start to blink/flicker when I hover the mouse on those components.
I do not have this problem in windows XP. Please suggest me how to avoid this. Is this the problem with OS or do i need to modify swing code.
Thanks,
Sam
Re: Java swing buttons are flickering in windows 7 environment
Since you don't post any code, we can't really tell you whether or not you should change it.
If you want help, you'll have to provide an SSCCE (that's a link, but the program should be as small as possible) that demonstrates the problem.