forked from External/mage
Finished table selection updates.
This commit is contained in:
parent
a3dba9b1d0
commit
8add25f74f
5 changed files with 176 additions and 82 deletions
|
|
@ -27,6 +27,10 @@
|
|||
*/
|
||||
package mage.client.table;
|
||||
|
||||
import java.awt.Component;
|
||||
import java.awt.Window;
|
||||
import java.awt.event.WindowAdapter;
|
||||
import java.awt.event.WindowEvent;
|
||||
import java.util.UUID;
|
||||
import javax.swing.JComponent;
|
||||
import mage.client.MageFrame;
|
||||
|
|
@ -56,6 +60,10 @@ public class TablesPane extends MagePane {
|
|||
initComponents();
|
||||
}
|
||||
}
|
||||
|
||||
public void cleanUp() {
|
||||
tablesPanel.cleanUp();
|
||||
}
|
||||
|
||||
public void showTables() {
|
||||
UUID roomId = MageFrame.getSession().getMainRoomId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue