Package org.openstreetmap.josm.gui.dialogs.properties

Examples of org.openstreetmap.josm.gui.dialogs.properties.PresetListPanel


        JPanel pnl = new JPanel();
        tagTable = new TagTable(model);
        pnl.setLayout(new BorderLayout());
        pnl.add(new JScrollPane(tagTable), BorderLayout.CENTER);
        if (presetHandler != null) {
            presetListPanel = new PresetListPanel();
            pnl.add(presetListPanel, BorderLayout.NORTH);
        }
        return pnl;
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.dialogs.properties.PresetListPanel

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.