Login  Register

Re: mouse wheel & z-stack

Posted by Wayne Rasband on Aug 29, 2006; 6:52pm
URL: http://imagej.273.s1.nabble.com/mouse-wheel-z-stack-tp3701713p3701714.html

> Is it possible to associate the movement of the mouse wheel with the
> display of images up and down within a z-stack?

The MouseWheelListener interface, added in Java 1.4, is required to
support mouse wheels. Unfortuneltly, imageJ would not work with earlier
versions of Java if stack windows used this interface.

-wayne