Re: Mouse Scrolling for Jtable
Posted By:
Anonymous
Posted On:
Saturday, February 14, 2004 01:40 AM
Hi,
A JTable (or something else) put in a JScrollPane can be scrolled by default using a the JScrollPane 's java.awt.event.MouseWheelListener implementation wich helps to scroll using the mouse wheel. This is since JRE 1.4.
Cheers,