diff options
| author | loic <git-account@loicguegan.fr> | 2016-09-22 22:18:20 +0200 |
|---|---|---|
| committer | loic <git-account@loicguegan.fr> | 2016-09-22 22:18:20 +0200 |
| commit | 2c819557ff38287c5d29d2b73ba06367e949a4af (patch) | |
| tree | 1c5c96b749c432eed5fbc9f41e74acb2e0d56071 /src/main/java/controller/MainWindowController.java | |
| parent | 919746e58e22c4039ef2dd520b25054e791466c7 (diff) | |
Center
Diffstat (limited to 'src/main/java/controller/MainWindowController.java')
| -rw-r--r-- | src/main/java/controller/MainWindowController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/controller/MainWindowController.java b/src/main/java/controller/MainWindowController.java index 36b0293..253ce33 100644 --- a/src/main/java/controller/MainWindowController.java +++ b/src/main/java/controller/MainWindowController.java @@ -103,7 +103,7 @@ public class MainWindowController implements IObserver { this.score.setFont(new Font(40)); if(this.adapter.isLoosed()){ - this.score.setText("Score : " + this.model.getScore() + " ----- YOU LOOSE !!"); + this.score.setText("Score : " + this.model.getScore() + "\n You loose !!!"); } else{ this.score.setText("Score : " + this.model.getScore()); |
