org.fest.swing.core
Class Scrolling
java.lang.Object
org.fest.swing.core.Scrolling
public final class Scrolling
- extends Object
Understands utility methods related to scrolling.
- Since:
- 1.2
- Author:
- Juhos Csaba-Zsolt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scrollToVisible
public static void scrollToVisible(Robot robot,
JComponent c)
- Scrolls a
JComponent
into view within a container.
- Parameters:
robot
- simulates user input.c
- the given component.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.