Search found 2 matches

by JohnEPearson
Sun Feb 10, 2013 11:15 am
Forum: JFreeChart
Topic: JFreeChart 1.0.14
Replies: 18
Views: 41394

Re: JFreeChart 1.0.14

For whatever reason the fix imports button in NetBeans did not add: import org.jfree.data.general.DefaultPieDataset; I also had to change the name of the class from MyAppThatUsesJFreeChart to MyAppThatUsesJFreeChar (dropped the final t) because I was getting a "duplicate class" error if I simply fol...
by JohnEPearson
Sat Feb 09, 2013 5:03 pm
Forum: JFreeChart
Topic: JFreeChart 1.0.14
Replies: 18
Views: 41394

Re: JFreeChart 1.0.14

I am new to Java and JFreeChart. I'm trying to get started using JFreeChart 1.0.14 with NetBeans. I'm trying to create the first application in the documentation (Appendix C): MyAppThatUSesJFreeChart . I can't yet compile and am trying to debug. I've added the JCommon and JFreeChart libraries. Under...