Examples of PathfinderDiceToolBar


Examples of net.alteiar.campaign.player.gui.centerViews.map.tools.dice.PathfinderDiceToolBar

    this.setTitle("Campaign Player");
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    this.setLayout(new BorderLayout());

    // south setup
    southPanel.add(new PathfinderDiceToolBar());

    this.add(centerPanel, BorderLayout.CENTER);
    this.add(westPanel, BorderLayout.WEST);
    this.add(southPanel, BorderLayout.SOUTH);
View Full Code Here

Examples of net.alteiar.campaign.player.gui.centerViews.map.tools.dice.PathfinderDiceToolBar

      pane.add(new PanelToolFilter(mapInfo));
      this.addTab("Vision", pane);
    }

    JToolBar diceToolBar = new JToolBar();
    diceToolBar.add(new PathfinderDiceToolBar());
    pane = new JPanel(new FlowLayout(FlowLayout.LEFT));
    pane.add(diceToolBar);
    this.addTab("Dés", pane);
  }
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.