public final class Scrolling extends Object
Modifier and Type | Method and Description |
---|---|
static void |
scrollToVisible(Robot robot,
JComponent c)
Scrolls a
into view within a container. |
public static void scrollToVisible(Robot robot, JComponent c)
JComponent
into view within a container.robot
- simulates user input.c
- the given component.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.