forked from External/mage
Some changes to reduce memory leaks.
This commit is contained in:
parent
e2c0e211ef
commit
30ddcaf99b
12 changed files with 139 additions and 83 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue