Here's how to fix Jogl/Swing/Quadro flickering

A couple of you have been having wacky issues with using Jogl and Swing components on NVidia Quadro-based cards. The credit for the fix goes to Sebastian Fernandez - to disable the DirectDraw Swing acceleration that is one cause of the conflict, use the following command-line switch when you run your app:

-Dsun.java2d.noddraw=true

Good luck, hope this helps
Andrew