Hi there,
Inserting data table below the chart is important for me.
Before I have asked if it is possible or not, but I could not take any comment.
I have searched this in forum says that it is impossible. I wonder if there some one who could solve this by some way..
If some could show me a way for doing this I would be very happy..
Regards,
Onder.
Inserting 'data table' ??
-
- Posts: 13
- Joined: Mon May 22, 2006 3:01 pm
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
The source code for those demos is included with the JFreeChart Developer Guide, if you want to know exactly how it is done. It's not part of the chart - it just puts a JTable component below the ChartPanel component, and displays them together.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 3
- Joined: Tue Oct 24, 2006 12:32 pm
I was just asking about this, and had tried this method. I set the ChartPanel to border layout and put a JTable in the SOUTH border. I also tried a box layout, but the JTable is never shown on the JPanel?david.gilbert wrote:The source code for those demos is included with the JFreeChart Developer Guide, if you want to know exactly how it is done. It's not part of the chart - it just puts a JTable component below the ChartPanel component, and displays them together.
John