Skip to content

Commit

Permalink
Merge pull request SERG-Delft#24 from SERG-Delft/rename-window-title
Browse files Browse the repository at this point in the history
Rename JPac-Man in window title
  • Loading branch information
mauricioaniche authored Apr 22, 2019
2 parents 0c6fc3d + 4408755 commit 016f256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/nl/tudelft/jpacman/ui/PacManUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class PacManUI extends JFrame {
private final BoardPanel boardPanel;

/**
* Creates a new UI for a JPac-Man game.
* Creates a new UI for a JPacman game.
*
* @param game
* The game to play.
Expand All @@ -68,7 +68,7 @@ public class PacManUI extends JFrame {
public PacManUI(final Game game, final Map<String, Action> buttons,
final Map<Integer, Action> keyMappings,
ScoreFormatter scoreFormatter) {
super("JPac-Man");
super("JPacman");
assert game != null;
assert buttons != null;
assert keyMappings != null;
Expand Down

0 comments on commit 016f256

Please sign in to comment.