AS3 - Tabbed design for traits

This commit is contained in:
Jindra Petk
2011-07-11 12:20:21 +02:00
parent fdbd5b2ef8
commit a749e1f997
10 changed files with 324 additions and 151 deletions

View File

@@ -71,8 +71,7 @@ public class ASMSourceEditorPane extends LineMarkedEditorPane {
JOptionPane.showMessageDialog(this, (ex.text + " on line " + ex.line));
selectLine((int) ex.line);
return false;
}
JOptionPane.showMessageDialog(this, ("Code Saved"));
}
return true;
}