Package org.openstreetmap.josm.gui.dialogs

Examples of org.openstreetmap.josm.gui.dialogs.DialogsPanel


        leftPanel = new JPanel();
        leftPanel.setLayout(new GridBagLayout());
        leftPanel.add(mapView, GBC.std().fill());
        splitPane.setLeftComponent(leftPanel);

        dialogsPanel = new DialogsPanel(splitPane);
        splitPane.setRightComponent(dialogsPanel);

        /**
         * All additional space goes to the mapView
         */
 
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.dialogs.DialogsPanel

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.