Virginie BERRE a écrit :
I would like to remove the behaviour of the StyledMapPane when I use my mouse scroll wheel. Do you know how to do this?

There is no explicit method doing that in Geotools. If you are using J2SE 1.5, you can invoke Component.getMouseWheelListeners(), and then invoke removeMouseWheelListener(...) for each listeners returned by the above.

        Martin.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to