Examples of PlacementHistory


Examples of com.jcloisterzone.ui.grid.layer.PlacementHistory

        //tile placement 3

        gridPanel.addLayer(new AnimationLayer(gridPanel, animationService)); //zindex 800
        animationService.setGridPanel(gridPanel);

        placementHistoryLayer = new PlacementHistory(gridPanel, game.getBoard().getAllTiles());
        gridPanel.addLayer(placementHistoryLayer, false);

        add(gridPanel);
        setVisible(true);
    }
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.