Examples of RescaleAction


Examples of net.alteiar.campaign.player.gui.centerViews.map.tools.actions.RescaleAction

      JButton changeFilter = new JButton(new ChangeMapFilterAction(
          mapInfo));
      this.add(changeFilter);
      this.addSeparator();

      JButton rescale = new JButton(new RescaleAction(mapInfo));
      this.add(rescale);
    }

    JToggleButton showGrid = new JToggleButton(new ShowGridAction(mapInfo));
    this.add(showGrid);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.