How to integrate JFreeChart in Netbean 7.1?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Kashif
Posts: 2
Joined: Sat Mar 10, 2012 4:45 am
antibot: No, of course not.

How to integrate JFreeChart in Netbean 7.1?

Post by Kashif » Thu Mar 15, 2012 7:57 am

Hello all Experts....

I am new user of Netbean 7.1 IDE i want to make charts and graphs in My Java programs GUI,... but any one can help me how can i do that .. mean how can i add jfreechart library in my Netbean program? Please help me .......

Otherwise i will be sucide ....

Kashif Nadeem

merlushatrash
Posts: 19
Joined: Mon Sep 26, 2011 4:48 pm
antibot: No, of course not.

Re: How to integrate JFreeChart in Netbean 7.1?

Post by merlushatrash » Mon Mar 19, 2012 11:45 am

I assume that you understund how to make ChartPanel.
Just add created ChartPanelto your TopComponent.

Locked