swf disposing fixes

This commit is contained in:
honfika@gmail.com
2015-02-27 01:56:36 +01:00
parent 2befbcb65d
commit 67fb24a7fd
6 changed files with 56 additions and 8 deletions

View File

@@ -286,6 +286,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener, Se
this.abc = null;
constantTable.setModel(new DefaultTableModel());
navigator.clearAbc();
decompiledTextArea.clearScript();
}
public void initSplits() {