Some changes to reduce memory leaks.

This commit is contained in:
LevelX2 2014-01-31 15:08:40 +01:00
parent e2c0e211ef
commit 30ddcaf99b
12 changed files with 139 additions and 83 deletions

View file

@ -28,6 +28,7 @@
package mage.client.dialog;
import java.awt.KeyboardFocusManager;
import mage.utils.MageVersion;
/*
@ -48,7 +49,7 @@ public class AboutDialog extends MageDialog {
public AboutDialog() {
this.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
initComponents();
this.modal = true;
this.modal = false;
}
public void showDialog(MageVersion version) {
@ -131,8 +132,6 @@ public class AboutDialog extends MageDialog {
}// </editor-fold>//GEN-END:initComponents
private void btnOkActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnOkActionPerformed
this.removeDialog();
}//GEN-LAST:event_btnOkActionPerformed