I’m using the JFreeChart library and created a chartPanel with chartMouseListener. What is strange is that the chartPanel did respond to chartMouseMove event but the chartMouseClicked is never trigger even though I’ve clicked very hard.
Any one can throw some light upon this issue? Really appreciated!
With out seeing your, code it is quite hard to guess what it going on. You must implement
ChartMouseListenersomewhere and then add it to the chart panel.later
then override the the chartMouseClicked method