Examples of CGCardSelector


Examples of cardgamecard.CGCardSelector

       
        public SelectCardPanel( CGPlayer player, int type_select ) {
            setBorder(BorderFactory.createLineBorder(Color.red));
            mTypeSelect = type_select;
            mPlayer = player;
            mCardSelector = new CGCardSelector(player);
            mCardSelector.Init( 550 );
           
            addMouseListener(this);
        }
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.