Package org.antlr.xjlib.appkit.utils

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


        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

Related Classes of org.antlr.xjlib.appkit.utils.XJSmoothScrolling

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.