Skip to content

Commit

Permalink
vote timer
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelstrzelczyk committed Feb 5, 2022
1 parent aea3d80 commit f8bafcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/find-all-words/src/put/poznan/GUI/VoteView.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private void setComponents() {

this.timer = new GameTimer();
this.timerLabel = new JLabel("Waiting for players...", SwingConstants.CENTER);
this.timerLabel.setAlignmentX(Component.CENTER_ALIGNMENT);

this.playersListLabel = new JLabel("Players in lobby:", SwingConstants.CENTER);
this.playersListLabel.setAlignmentX(Component.CENTER_ALIGNMENT);
Expand Down

0 comments on commit f8bafcf

Please sign in to comment.