Package net.alteiar.campaign.player.gui.centerViews.map.tools.actions.filter

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


  private static final long serialVersionUID = 1L;

  public PanelToolDm(final MapEditableInfo mapInfo) {

    if (CampaignClient.getInstance().getCurrentPlayer().isDm()) {
      JButton changeFilter = new JButton(new ChangeMapFilterAction(
          mapInfo));
      this.add(changeFilter);
      this.addSeparator();

      JButton rescale = new JButton(new RescaleAction(mapInfo));
View Full Code Here

TOP

Related Classes of net.alteiar.campaign.player.gui.centerViews.map.tools.actions.filter.ChangeMapFilterAction

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.