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();