Package com.agifans.picedit.gui.toolbar

Examples of com.agifans.picedit.gui.toolbar.ToolPanelLocation


          }
        });
        desktopPanel.add(desktopPane, BorderLayout.CENTER);
       
        // Tool panel.
        ToolPanelLocation toolPanelLocation = getToolPanelLocation();
        toolPanel = new ToolPanel(this);
        switch (toolPanelLocation) {
            case DOCKED_LEFT:
                desktopPanel.add(toolPanel, BorderLayout.WEST);
                break;
View Full Code Here

TOP

Related Classes of com.agifans.picedit.gui.toolbar.ToolPanelLocation

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.