Package org.solarus.editor.gui.tree

Examples of org.solarus.editor.gui.tree.SpriteImageTree


            JPanel buttonPanel = new JPanel();
            buttonPanel.setLayout(new BoxLayout(buttonPanel, BoxLayout.X_AXIS));
            buttonPanel.add(imageButton);
            buttonPanel.add(tilesetButton);

            imageTree = new SpriteImageTree();
            imageTree.setVisible(true);
            final JScrollPane imageTreeScroller = new JScrollPane(imageTree);

            JPanel rightPanel = new JPanel();
            rightPanel.setLayout(new BoxLayout(rightPanel, BoxLayout.Y_AXIS));
View Full Code Here

TOP

Related Classes of org.solarus.editor.gui.tree.SpriteImageTree

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.