Using ChartPanel
Using ChartPanel
Hi, I have troubles combining ChartPanel with any other swing components in a JApplet. Whatever component I add first gets 100% of the applet paintable area... how can I get the ChartPanel to play nice with other components in the same layout?
This isn't really a JFreeChart question (it's general Swing), but I suspect you are not (properly) using a LayoutManager. BorderLayout is a good place to start, or google a bit to find a Swing tutorial, I'm sure they're around
.
HTH

HTH