Thanks swp. I'm drawing a long 2D plot. The user can scroll right and left along a very long X axis, and I'd like that to be responsive. I'm less concerned about rendering speed than responsiveness, but a high frame-rate certainly won't hurt either. So, my approach is to work on responsiveness first, and rendering speed later, which is why I want to do rendering off the event dispatch thread.
Is it safe to share the BufferStrategy with another thread? If not, what's the proper way to handle a long-running rendering task? Thanks! [Message sent by forum member 'cbare' (cbare)] http://forums.java.net/jive/thread.jspa?messageID=301625 =========================================================================== 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".
