- Show the puzzle description in a pop-up dialog window when the puzzle starts.

This commit is contained in:
Agetian
2017-07-27 04:29:28 +00:00
parent acfdf23c22
commit 26f50d109a
3 changed files with 5 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ public enum CSubmenuPuzzleSolve implements ICDoc, IMenuProvider {
@Override
public final void run() {
selected.applyToGame(hostedMatch.getGame());
SOptionPane.showMessageDialog(selected.getGoalDescription(), selected.getName(), SOptionPane.INFORMATION_ICON);
}
});