It's hard to tell what could be going on without seeing any code. Could you post a test app or at least your rendering loop so that we can see if there is anything wrong (either in the app or Java2D)? A small test app would be best because we could then use it to track down the bug easier on our side if that's where the problem is.
Thanks, Chet.
Praveen Kysetti wrote:
Hi all,
I am trying to paint a transparent rectangle onto a scrollable image inside a JPanel. But the rectangle shows up on the same place on the screen even when the image has been scrolled down. This doesn't happen for opaque shapes. Anyone knows the reason for this and a possible solution.
Any help is appreciated.
Thanks in advance, Regards, Praveen
=========================================================================== 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".
