Package diva.canvas.demo

Examples of diva.canvas.demo.SimplePane


            Runnable doActions = new Runnable() {
                public void run() {
                    try {
                        JFrame f = new JFrame();

                        SimplePane rootPane = new SimplePane();
                        JCanvas canvas = new JCanvas(rootPane);
                        canvas.setSize(200, 200);

                        JCanvasPanner pan = new JCanvasPanner(canvas);
                        pan.setSize(50, 50);
View Full Code Here

TOP

Related Classes of diva.canvas.demo.SimplePane

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.