Hi,
I have noticed that a JFreeChart in a JDialog or JFrame doesn't get redrawn during the dragging of the window, however in a JInternalFrame the graph is constantly being redrawn while the JInternalFrame is being dragged.
I have some fairly large graphs and this slows down the dragging of JInternalFrames significantly. Does anyone know of an easy method to stop the redrawing of the chart during JInternalFrame dragging?
Thanks
JFreeChart constant redraws in JInternalFrame
Code: Select all
jDesktopPane.setDragMode(int dragMode)