This commit is contained in:
BetaSteward 2010-03-21 03:53:07 +00:00
parent 6ebd93d673
commit a6b4f00aab
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
server-name=localhost
port=17171
remote-server=mage-server
cards-resource-path=resources/images/cards/
symbols-resource-path=resources/images/symbols/
resource-path=resources/images/

View file

@ -87,6 +87,7 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
Action join = new AbstractAction() Action join = new AbstractAction()
{ {
@Override
public void actionPerformed(ActionEvent e) public void actionPerformed(ActionEvent e)
{ {
int modelRow = Integer.valueOf( e.getActionCommand() ); int modelRow = Integer.valueOf( e.getActionCommand() );
@ -128,6 +129,7 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
this.roomId = roomId; this.roomId = roomId;
session = MageFrame.getSession(); session = MageFrame.getSession();
this.btnQuickStart.setVisible(false);
if (newTableDialog == null) { if (newTableDialog == null) {
newTableDialog = new NewTableDialog(); newTableDialog = new NewTableDialog();
MageFrame.getDesktop().add(newTableDialog); MageFrame.getDesktop().add(newTableDialog);