Package com.poker.ui.settings.rooms

Examples of com.poker.ui.settings.rooms.ParimatchSettings


    public PokerData() {

        this.windowsPos = new ArrayList<WindowPosition>();
        this.waitingWindowList = new ArrayList<PlayWindow>();

        this.roomSettings = new ParimatchSettings();

        this.computerSettings = new ComputerSetting();
        this.programSettings = new ProgramSettings(this.computerSettings, this.roomSettings, 2, 2);

        PreparePositions();
View Full Code Here

TOP

Related Classes of com.poker.ui.settings.rooms.ParimatchSettings

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.