Anonymous - 2012-01-22

Modify line 443 to introduce and extra try-catch block

boolean saved = false;
Doc doc = new Doc(tp.getText(), docm);
try{
saved = doc.doSave(fSave);
} catch (DocPasswordException e){
System.err.println("Error occur saving file");
}