Examples of CHoverScrollPane


Examples of edu.mit.blocks.codeblockutil.CHoverScrollPane

     * this BlockCanvas to PageChange events
     */
    public BlockCanvas(Workspace workspace) {
        this.workspace = workspace;
        this.canvas = new Canvas();
        this.scrollPane = new CHoverScrollPane(canvas,
                ScrollPolicy.VERTICAL_BAR_ALWAYS,
                ScrollPolicy.HORIZONTAL_BAR_ALWAYS,
                18, CGraphite.blue, null);
        scrollPane.setScrollingUnit(5);
        canvas.setLayout(null);
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.