Under Java 1.4, we implemented a custom subclass of JViewport that performed diagonal blitting. This accelerated the performance of our application significantly.
We have just moved to Java 1.5, and the performance has returned roughly to what it was before we implemented this acceleration. Does anyone know of any provision in Java 1.5 that would accelerate diagonal blitting? Barring any such thing, I guess we're going to have to get the JViewport source and implement a new subclass of it that does what is needed to accelerate diagonal motion of the viewport. Obviously we would rather NOT do this. thanks, Mike =========================================================================== 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".