I have a Swing GUI that displays a dialog when a trade occurs, but sometimes the pop-up does not paint. Moving another application over the dialog paint area (place where the dialog should be displayed) causes the dialog to paint. I haven't been able to re-produce the problem consistently.
I know that the "Direct3D Accelerated Rendering Pipeline" was enabled by default in version JDK 6u10, and that it is only compatible with certain video cards.
What is the best way to debug this issue? Is there a way to verify that this is a problem with the new "Direct3D" setting? How can i get more information to diagnose the problem.?