removeDeckEditor();
}
}//GEN-LAST:event_btnSubmitActionPerformed
private void btnAddLandActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnAddLandActionPerformed
AddLandDialog addLand = new AddLandDialog();
addLand.showDialog(deck);
refreshDeck();
}//GEN-LAST:event_btnAddLandActionPerformed