What's the best way to scale/zoom/pan an image or drawing?  I've tried
changing the attributes directly in the Graphics2D context, which seems to
work pretty well.  But when I zoom in, there's the need to pan to see the
"big picture".  So I tried putting the whole panel in a JScrollPane and
changing the size of the JPanel to zoom.  That let's me pan with the
scrollbars, but performance isn't too good.

Thanks,
Jon

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