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.
JFreeCharts as JInternalFrame
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Use the ChartPanel class to display your charts.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

