Search in sources :

Example 1 with AddLandDialog

use of mage.client.dialog.AddLandDialog in project mage by magefree.

the class UpdateDeckTask method btnAddLandActionPerformed.

// GEN-LAST:event_btnExitActionPerformed
private void btnAddLandActionPerformed(java.awt.event.ActionEvent evt) {
    // GEN-FIRST:event_btnAddLandActionPerformed
    AddLandDialog addLand = new AddLandDialog();
    addLand.showDialog(deck, mode);
    refreshDeck();
}
Also used : AddLandDialog(mage.client.dialog.AddLandDialog)

Aggregations

AddLandDialog (mage.client.dialog.AddLandDialog)1