Search found 4 matches
- Fri Jul 11, 2008 12:22 am
- Forum: JFreeChart
- Topic: Display JFreeChart inside a panel
- Replies: 17
- Views: 24096
To make my char display in a existing panel I created a panel via NetBeans palete. Named it jScatterChartPanel. Right clicked the new panel and set layout to "Border Layout" . Then used the following code. jScatterChartPanel.add(JfreeChartScattergram.createChartPanel()); JfreeChartScattergram is the...
- Tue May 20, 2008 12:31 am
- Forum: JFreeChart
- Topic: Display JFreeChart inside a panel
- Replies: 17
- Views: 24096
- Fri May 16, 2008 10:48 pm
- Forum: JFreeChart
- Topic: Display JFreeChart inside a panel
- Replies: 17
- Views: 24096
- Fri May 16, 2008 4:45 pm
- Forum: JFreeChart
- Topic: Display JFreeChart inside a panel
- Replies: 17
- Views: 24096
Display JFreeChart inside a panel
I have JFrame form with several panels of user inputs. I would like to display a JFreeChart on a panel inside my JFrame. Is this possible?