Mouse wheel listener not working well on windows
Hi,
I use the mouse wheel to zoom on a component. It works well on linux and mac os X, but not on windows : the mouseWheelMove method catches only one time the MouseWheelEvent. So if i move the mouse wheel by 3 steps, only one will be listened.
I use java 1.5
do you have an idea ?

