JFreeCharts as JInternalFrame

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
juhi
Posts: 15
Joined: Wed Jul 14, 2004 7:19 pm

JFreeCharts as JInternalFrame

Post by juhi » Wed Jul 14, 2004 8:18 pm

Hi,

The existing ChartFrame class extends JFrame, so every new chart created opens as a separate frame. If I want all the charts to be contained whithin the same parentframe, then wouldn't the ChartFrame class extend JInternalFrame instead of JFrame? So, any ideas on how I could implement this?

thanks,
Juhi.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jul 14, 2004 8:45 pm

Use the ChartPanel class to display your charts.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked