Package org.openstreetmap.josm.gui.layer

Examples of org.openstreetmap.josm.gui.layer.ValidatorLayer


    public static void initializeErrorLayer() {
        if (!Main.pref.getBoolean(ValidatorPreference.PREF_LAYER, true))
            return;
        if (errorLayer == null) {
            errorLayer = new ValidatorLayer();
            Main.main.addLayer(errorLayer);
        }
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.layer.ValidatorLayer

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.