TableWaitingDialog is not closeable and stays on top

This commit is contained in:
BetaSteward 2011-05-19 21:34:31 -04:00
parent 71a1b5dbef
commit e841ed0cf8
5 changed files with 10 additions and 8 deletions

View file

@ -330,7 +330,7 @@ public class TablesPanel extends javax.swing.JPanel {
newTableDialog.showDialog(roomId);
if (newTableDialog.getTable() != null) {
tableWaitingDialog = new TableWaitingDialog();
MageFrame.getDesktop().add(tableWaitingDialog);
MageFrame.getDesktop().add(tableWaitingDialog, JLayeredPane.MODAL_LAYER);
tableWaitingDialog.showDialog(roomId, newTableDialog.getTable().getTableId(), false);
}
}//GEN-LAST:event_btnNewTableActionPerformed