Package csa.jportal.cardheap

Examples of csa.jportal.cardheap.CardHeapPanel


    private void jButtonShowPoolActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonShowPoolActionPerformed
        // show current "Heap"
        CardList list = buildHeapList();
       
        CardHeapPanel panel = new CardHeapPanel(list);
        panel.setParentWindow(mParent);
       
        mParent.showPanelModal(panel, "Current pool for genDeck", 950, 750);
    }//GEN-LAST:event_jButtonShowPoolActionPerformed
View Full Code Here

TOP

Related Classes of csa.jportal.cardheap.CardHeapPanel

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.