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 ?

[306 byte] By [didonca] at [2007-10-1 14:48:16]
# 1
more details :The component I want to zoom on is in a scrollPane for which the WheelScrolling is set to false because I don't want to scroll with the mouse wheel but automaticaly after a zoom.
didonca at 2007-7-10 18:36:24 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...