Hi
I need to place a jfreechart in a JSplitPane. However, When I adjust
the window which contains the JSplitPane, the jfreechart does not resize.
If it's a normal JPanel instead of a JSplitPane, jfreechart resize
properly when the window is resized.
Is this the expected behaviour?
Thanks.
Phil
JFreeChart in a SplitPane does not resize
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
It depends on the value of the resizeWeight property of your JSplitPane, if I recall correctly. That's a Swing detail though, not something specific to JFreeChart.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Re: JFreeChart in a SplitPane does not resize
Hi,
I also have the same problem.
I have a splitpane with charts inside the jtabbedpane.
i don't want to scroll the chart, I want the chart to resize according to the splitpane.
Does any one know how to overcome this problem?
thanks
Maneesh
I also have the same problem.
I have a splitpane with charts inside the jtabbedpane.
i don't want to scroll the chart, I want the chart to resize according to the splitpane.
Does any one know how to overcome this problem?
thanks
Maneesh