Search found 4 matches
- Mon Mar 24, 2014 6:38 pm
- Forum: JFreeChart
- Topic: Third bar chart
- Replies: 1
- Views: 3012
Third bar chart
Dear JFreeChart users, dear Dave, I reach the end of an application including a nice chart panel of JFreeChart (v.1.0.10) with - two (I had like three) series of the XYSeriesCollection class. One (I had like two) plots are of XYBarRenderer and another one of StandardXYItemRenderer. - a variable numb...
- Fri Dec 20, 2013 10:06 am
- Forum: JFreeChart
- Topic: Q: Domain axis = Date axis with YIntervalSeries
- Replies: 1
- Views: 3112
Q: Domain axis = Date axis with YIntervalSeries
Dear JFreeChart connoisseurs, It is the first time I come in this forum. I'm not a graduated software developer, but only an hobbyist keen of Java, Swing and now JFreeChart, and using them in my free time. I'm using JFreeChart 1.0.10 (with NetBeans IDE v.7.3.1) with enthusiam, but I have a question ...
- Thu Aug 30, 2007 10:05 pm
- Forum: JCommon
- Topic: Netbeans / Projects / Librairies / JCommon
- Replies: 1
- Views: 19596
I found the reason : In NetBeans IDE / Projects / Librairies , the 'jcommon-1.0.9.jar' file has to appear above the 'jfreechart-1.0.5.jar' file. You can drag and drop the rows of librairy names ('jcommon-1.0.9.jar' above 'jfreechart-1.0.5.jar'), but the IDE makes that 'jcommon-1.0.9.jar' always retu...
- Mon Aug 27, 2007 10:10 pm
- Forum: JCommon
- Topic: Netbeans / Projects / Librairies / JCommon
- Replies: 1
- Views: 19596
Netbeans / Projects / Librairies / JCommon
Dear, In my new application, I call "... new PainMap()" in a file/class. At compilation (build project) : No error. At run-time well ("Exception in thread "main" java.lang.NullPointerException"). Entering the PaintMap.java file (javadoc), I oberved that " import org.jfree.io.SerialUtilities; import ...