JFreeChart in scrollpane

Posted by Fortega on Stack Overflow See other posts from Stack Overflow or by Fortega
Published on 2009-11-13T14:19:22Z Indexed on 2010/05/21 21:00 UTC
Read the original article Hit count: 456

Filed under:
|
|

Hi,

I'm having a big graph created with jfreechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, the complete graph is redrawn everytime, which makes it extremely slow. Is there a solution for this?

thanks,

Bart

© Stack Overflow or respective owner

Related posts about java

Related posts about jfreechart