Examples of XJSmoothScrolling


Examples of org.antlr.xjlib.appkit.utils.XJSmoothScrolling

    public GView(GPanel panel, GContext context) {
        this.panel = panel;
        this.context = context;
        this.context.setContainer(this);

        smoothScrolling = new XJSmoothScrolling(this, null);

        setFocusable(true);

        setBackground(Color.white);
        adjustSize();
View Full Code Here

Examples of org.antlr.xjlib.appkit.utils.XJSmoothScrolling

        textPane.addCaretListener(cl = new TextPaneCaretListener());
        textPane.addMouseListener(ml = new TextPaneMouseAdapter());
        textPane.addMouseMotionListener(mml = new TextPaneMouseMotionAdapter());

        smoothScrolling = new XJSmoothScrolling(textPane, this);

        // Gutter
        gutter = new ATEGutter(this);

        // Key bindings
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.