Package de.christopherstock.shooter.editor

Examples of de.christopherstock.shooter.editor.EditorScrollPane


            //assign look and feel
            setLookAndFeel( ShooterDebug.editor );

            //create editor canvas and scrolling pane
            EditorCanvas        canvas  = new EditorCanvas();
            EditorScrollPane    scroll  = new EditorScrollPane();
            scroll.setViewportView( canvas );

            contentPanel = new JPanel();
            contentPanel.add( scroll );

            frame = new EditorFrame( contentPanel );
View Full Code Here

TOP

Related Classes of de.christopherstock.shooter.editor.EditorScrollPane

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.