Package com.almilli.tivo.ui

Examples of com.almilli.tivo.ui.BScrollPane


                    getContentBottom() - star.getHeight() + 10, 5*(star.getWidth()+5), star.getHeight());
        }
       
        //add the scroll pane
        if (isHighDef()) {
            scrollPane = new BScrollPane(getNormal(), getContentX(), getContentY(),
                    getContentWidth(), getContentHeight() - 56, 25);
        } else {
            scrollPane = new BScrollPane(getNormal(), getContentX(), getContentY(),
                    getContentWidth(), getContentHeight() - 22, 25);
        }

        //the icon
        icon = new BView(scrollPane, 0, 0, 130, 182);
View Full Code Here

TOP

Related Classes of com.almilli.tivo.ui.BScrollPane

Copyright © 2018 www.massapicom. 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.