Class Scrolling

java.lang.Object
org.fest.swing.driver.Scrolling

@Deprecated public final class Scrolling extends Object
Deprecated.
Use Scrolling instead.
Understands utility methods related to scrolling.
  • Constructor Details

    • Scrolling

      private Scrolling()
      Deprecated.
  • Method Details

    • scrollToVisible

      public static void scrollToVisible(Robot robot, JComponent c)
      Deprecated.
      Scrolls a JComponent into view within a container.
      Parameters:
      robot - simulates user input.
      c - the given component.