Avoid showing gauntlet progress dialog unless match is over

This commit is contained in:
drdev
2015-04-19 20:42:55 +00:00
parent 9a9ce51641
commit 5a3e7b60c1
3 changed files with 8 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ public class GauntletWinLose extends ControlWinLose {
super(view0, game0, matchUI);
controller = new GauntletWinLoseController(view0, game0) {
@Override
protected void showOutcome(String message1, String message2, FSkinProp icon, List<String> lstEventNames, List<String> lstEventRecords, int len, int num) {
protected void showOutcome(boolean isMatchOver, String message1, String message2, FSkinProp icon, List<String> lstEventNames, List<String> lstEventRecords, int len, int num) {
final JLabel lblTitle = new FLabel.Builder().text("Gauntlet Progress")
.fontAlign(SwingConstants.CENTER).fontSize(18).build();