added client proxy settings + other fixes

This commit is contained in:
BetaSteward 2011-05-05 23:06:19 -04:00
parent ddeb0de911
commit 1fef6e6bb4
7 changed files with 263 additions and 60 deletions

View file

@ -65,6 +65,7 @@ public class JoinTableDialog extends MageDialog {
public void showDialog(UUID roomId, UUID tableId) {
this.roomId = roomId;
this.tableId = tableId;
this.newPlayerPanel.setPlayerName(MageFrame.getSession().getUserName());
this.setModal(true);
this.setLocation(100, 100);
this.setVisible(true);