MouseDragScrolling in Java

I want to create MouseDragScrolling like Android via Java for a large touch screen, something like this http://jqueryfordesigners.com/demo/scrollable-timelines.html I have this example http: //java-swing-tips.blogspot. mx / 2008/06 / mouse-drag-auto-scrolling.html but I want to use MouseDragScrolling over JTable or other component and block and distinguish MouseClick and MouseDrag.

+3


source to share


1 answer


If you're trying to automate user actions, check out FEST . This will solve your problem if you are working on a Swing application.



0


source







All Articles