mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
...
This commit is contained in:
parent
6ebd93d673
commit
a6b4f00aab
2 changed files with 8 additions and 0 deletions
6
Mage.Client/config/config.properties
Normal file
6
Mage.Client/config/config.properties
Normal 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/
|
|
@ -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…
Reference in a new issue