Finished table selection updates.

This commit is contained in:
LevelX2 2015-04-25 13:06:50 +02:00
parent a3dba9b1d0
commit 8add25f74f
5 changed files with 176 additions and 82 deletions

View file

@ -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();