Hi, I'm a Italian students that is built a java web application...The application is based to a jfreechart pack.But I've a problem when I apply the AutoRange or manualRange on the axis from a button I lost the keyListener of this graphics. The code that i use for this is:
I was forgetting to say that use jfreechart 1.0.10 with jdk 1.6.0_06 and windows xp.
Also my application is published on this site and I refer in particular to change scale button located under the last graph should allow the user or set the scale manually or automatically
I lost keyListener when I change Range
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Your description of the problem confused me, and your applet doesn't run on my system (I'm short on time, so I didn't spend any trying to figure out why).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Excuse for my not detailed description of the problem.The problem is when I insert the smoothing in the JTextArea, the second time I do this and I click OK the focus remain in the JTextArea but I want that it return on the last chart when I've add a KeyListener.Now I think that the applet run on your system