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();
}
Aggregations