replace AS2 pcode from comandline (AS3 not ready)

This commit is contained in:
2014-09-04 10:48:02 +02:00
parent 8407b874ea
commit 04152c1c93
4 changed files with 192 additions and 96 deletions
@@ -85,8 +85,8 @@ public class MethodCodePanel extends JPanel implements ActionListener {
sourceTextArea.clear();
}
public boolean save(ConstantPool constants) {
return sourceTextArea.save(constants);
public boolean save() {
return sourceTextArea.save();
}
public MethodCodePanel(DecompiledEditorPane decompiledEditor) {