txt_turnTimeLeft.setForeground(Color.WHITE);
turnTimerText = new JLabelSubscriber("03:00");
turnTimerText.setFont(Constants.tahoma_mediumsmall_bold);
turnTimerText.setForeground(Color.RED);
client.setTurnTimer(new ActTimeCountdown(Client.TURN_TIME_MILLIS, Client.TIMEUNIT_MILLIS, client));
client.getTurnTimer().addSubscriber(turnTimerText);
turnTimePanel = new JCustomPanel(new FlowLayout(FlowLayout.CENTER, 10, 2), Constants.REGULAR_TILE_IMAGE_PATH);
turnTimePanel.setPreferredSize(new Dimension(119, 33));
turnTimePanel.setBorder(BorderFactory.createMatteBorder(1, 0, 1, 0, Color.BLACK));