Package org.openstreetmap.josm.gui

Examples of org.openstreetmap.josm.gui.MainApplication


    @BeforeClass
    public static void setUpBeforeClass() {
        JOSMFixture.createUnitTestFixture().init();
        ProjectionPreference.setProjection();
        Main.toolbar = new ToolbarPreferences();
        new MainApplication();
        Main.main.createMapFrame(null, null);
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.MainApplication

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.