Examples of scrollDown()


Examples of org.jnode.driver.textscreen.ScrollableTextScreen.scrollDown()

     *
     * @param rows
     */
    public void scrollDown(int rows) {
        final ScrollableTextScreen screen = getScrollableTextScreen();
        screen.scrollDown(rows);
        screen.sync(0, rows * screen.getWidth());
    }

    /**
     * Ensure that the given row is visible.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.