Programming Languages: Java
License: BSD License
browse code,
statistics http://enotes.hg.sourceforge.net:8000/hgroot/enotes/enotes (read-only)
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"); }.
2012-01-22 10:36:37 PST by RichardD
using enotes compiled from trunk, attempting to quit the app throws an exception Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation p roblem: Unhandled exception type DocPasswordException at enotes.MainForm.checkSave(MainForm.java:444)
2012-01-22 10:22:27 PST by RichardD