I lost keyListener when I change Range

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
xin
Posts: 3
Joined: Mon Jul 07, 2008 9:15 am

I lost keyListener when I change Range

Post by xin » Mon Jul 07, 2008 9:30 am

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

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Jul 08, 2008 3:43 pm

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

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

xin
Posts: 3
Joined: Mon Jul 07, 2008 9:15 am

Post by xin » Wed Jul 09, 2008 10:09 am

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

Locked