Package mage.client.dialog

Examples of mage.client.dialog.AddLandDialog


            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
View Full Code Here

TOP

Related Classes of mage.client.dialog.AddLandDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.