mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
...
This commit is contained in:
parent
6ebd93d673
commit
a6b4f00aab
2 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue