Package mapwriter.gui

Examples of mapwriter.gui.MwGui


        // map mode toggle
        this.miniMap.nextOverlayMode(1);
       
      } else if (kb == MwKeyHandler.keyMapGui) {
        // open map gui
        this.mc.displayGuiScreen(new MwGui(this));
     
      } else if (kb == MwKeyHandler.keyNewMarker) {
        // open new marker dialog
        String group = this.markerManager.getVisibleGroupName();
        if (group.equals("none")) {
View Full Code Here

TOP

Related Classes of mapwriter.gui.MwGui

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.