Hi Mik, There's no "official" way to disable the gray-rect fix, but here's a simple way to do it: install a trivial RepaintManager. This will revert to the JDK 5 behavior, which might help you figure out if the gray-rect fix is related to your performance issues. Let us know what you find.
For example: class MyRepaintManager extends RepaintManager {} RepaintManager.setCurrentManager(new MyRepaintManager()); Thanks, Chris Michele Puccini wrote:
I'm facing some graphics performance issues by running my apps on Java2SE 6, never experienced on Java2SE 5. Is possible to temporarily disable the "Gray Rect" fix (I have some suspects) ? Mik -- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".