forked from External/mage
Some changes to prevent memory leaks from gamePane (not fiished yet).
This commit is contained in:
parent
f32b28abcc
commit
da2dc4cd5a
5 changed files with 51 additions and 22 deletions
|
|
@ -228,6 +228,7 @@ public class FeedbackDialog extends javax.swing.JDialog {
|
|||
|
||||
private void cancelButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_cancelButtonActionPerformed
|
||||
dialog.setVisible(false);
|
||||
dialog.dispose();
|
||||
}//GEN-LAST:event_cancelButtonActionPerformed
|
||||
|
||||
private void sendButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_sendButtonActionPerformed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue