1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 03:18:09 -09:00

Fixed TableWaitingDialog chat background.

This commit is contained in:
magenoxx 2011-06-26 18:50:47 +04:00
parent fdbc9a78a5
commit e8dc1b659c

View file

@ -41,6 +41,8 @@ import java.util.concurrent.CancellationException;
import java.util.concurrent.ExecutionException;
import javax.swing.SwingWorker;
import javax.swing.table.AbstractTableModel;
import mage.client.chat.ChatPanel;
import mage.client.components.MageComponents;
import mage.remote.Session;
import mage.view.SeatView;
@ -70,6 +72,7 @@ public class TableWaitingDialog extends MageDialog {
initComponents();
chatPanel.useExtendedView(ChatPanel.VIEW_MODE.NONE);
tableSeats.createDefaultColumnsFromModel();
MageFrame.getUI().addButton(MageComponents.TABLE_WAITING_START_BUTTON, btnStart);
}