Suppose I have a JComponent with an override to paintComponent.

In the component I want to draw 2 images that are part view of a much longer 
image composed of other images.

I want to scroll these 2 big images in the small two ones I'm drawing in the 
JComponent one in one vertical direction the other one in the opposite vertical 
direction at different speeds.

I've been thinking of making 2 Buffered Images and drawing these in the 
JComponent.
These two small buffered images are the current view ( animatable at different 
speed and directions ) of the 2 big images.

So how do I make this big images scroll onto small ones.

How can I improve performance in all the passages from creation of the two big 
images to the scrolling.

Thanks for the attention,
Estades.
[Message sent by forum member 'estades' (estades)]

http://forums.java.net/jive/thread.jspa?messageID=218046

===========================================================================
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".

Reply via email to