Does anyone have a suggestion on how I can add multiple JFreeCharts to
a single JInternalFrame?

My only solution thus far has been to create the charts, add them to
ChartPanels, add the ChartPanel to a JPanel, and then add that JPanel
to a master JPanel that is added to the JInternalFrame.

Seems like a really long-winded way to do things, but I also need to
position them in a certain way, which I'm using a layout for...

Only the first chart is showing up, which doesn't surprise me, but I
have had no luck in getting the rest to show up.

Any suggestions greatly appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to