hi,
I have purchased the documentation for JFreeChart. In that it mentions about this demo DrawStringDemo being part of the JCommon distribution. But I couldn't find the "demo" folder anywhere in the jcommon distribution? Can anyone please tell me where to find it? I really need desperately!
thanks,
Juhi
org.jfree.demo.DrawStringDemo
Hi,
I don't think there is any demo in JCommon, it is only a common library with helpfull utils,... and whared with JFreeReport.
I think there is a special distribution of JFreeChart for developpers who bought support.
I am sorry, I am not really aware about it, but I think it should be write somewhere on the developper guide.
I don't think there is any demo in JCommon, it is only a common library with helpfull utils,... and whared with JFreeReport.
I think there is a special distribution of JFreeChart for developpers who bought support.
I am sorry, I am not really aware about it, but I think it should be write somewhere on the developper guide.
A student of JFree & Pentaho Academies
Bye,
Cedric Pronzato
Bye,
Cedric Pronzato
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: org.jfree.demo.DrawStringDemo
It looks like the demo isn't included with JCommon, but it should be. Here is the source:juhi wrote:I have purchased the documentation for JFreeChart. In that it mentions about this demo DrawStringDemo being part of the JCommon distribution. But I couldn't find the "demo" folder anywhere in the jcommon distribution? Can anyone please tell me where to find it? I really need desperately!
http://cvs.sourceforge.net/viewcvs.py/j ... free/demo/
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Code error in DrawStringPanel.java (JCommon demo section)
Hi David,
thanks for the source code1 I was able to see it. There is an error (maybe typo) in DrawStringPanel.java (line 180).
existing code (wrong)-
TextUtilities.drawAlignedString(...)
correct code-
RefineryUtilities.drawAlignedString(...)
I wasn't sure where to report this, so decided to mention it here incase someone else gets stuck - because it does not compile otherwise!
-Juhi.
thanks for the source code1 I was able to see it. There is an error (maybe typo) in DrawStringPanel.java (line 180).
existing code (wrong)-
TextUtilities.drawAlignedString(...)
correct code-
RefineryUtilities.drawAlignedString(...)
I wasn't sure where to report this, so decided to mention it here incase someone else gets stuck - because it does not compile otherwise!
-Juhi.