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

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