forked from External/mage
* Memory handling - some more changes to improve object deallocation.
This commit is contained in:
parent
2427b714a1
commit
df9c200753
8 changed files with 51 additions and 22 deletions
|
|
@ -60,9 +60,9 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
sideboardList.setDisplayNoCopies(true);
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
deckList.clear();
|
||||
sideboardList.clear();
|
||||
public void cleanUp() {
|
||||
deckList.cleanUp();
|
||||
sideboardList.cleanUp();
|
||||
}
|
||||
|
||||
public void showSideboard(boolean show) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue