- Changing the Ante popup from a Ok/Cancel to a Message

This commit is contained in:
Sol
2012-02-24 02:33:11 +00:00
parent f5153798d5
commit f1f96a5679

View File

@@ -308,7 +308,7 @@ public class GameNew {
Singletons.getModel().getGameAction().moveTo(Zone.Ante, ante); Singletons.getModel().getGameAction().moveTo(Zone.Ante, ante);
msg.append(p.getName()).append(" ante: ").append(ante).append(nl); msg.append(p.getName()).append(" ante: ").append(ante).append(nl);
} }
JOptionPane.showConfirmDialog(null, msg, "Ante", JOptionPane.OK_CANCEL_OPTION); JOptionPane.showMessageDialog(null, msg, "Ante", JOptionPane.INFORMATION_MESSAGE);
} }
for (int i = 0; i < 7; i++) { for (int i = 0; i < 7; i++) {