Code

Programming Languages: Java

License: BSD License

Repositories

browse code, statistics http://enotes.hg.sourceforge.net:8000/hgroot/enotes/enotes (read-only)

Show:

What's happening?

  • Comment: trunk enotes does not shut down

    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

  • trunk enotes does not shut down

    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

Our Numbers