Examples of BoardActionImpl


Examples of pdp.scrabble.ihm.action.impl.BoardActionImpl

     * @param mainFrame main frame reference.
     * @param game game reference.
     */
    public BoardPanel(MainFrame mainFrame, GameEnvironment game) {
  super();
  this.action = new BoardActionImpl(mainFrame, this, game);
  this.board = game.board();
  this.game = game;

  this.setBackground(Color.BLACK);
  this.setPreferredSize(new Dimension(600, 600));
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.