additional notes

This commit is contained in:
Ben Fry
2014-05-10 19:14:35 -04:00
parent d5e0e9faaf
commit bbd091543e
+3 -1
View File
@@ -128,7 +128,9 @@ public class Base {
private Recent recent;
// For opening sketches, save the chooser to remember the current directory
// Used by handleOpen(), this saves the chooser to remember the directory.
// Doesn't appear to be necessary with the AWT native file dialog.
// https://github.com/processing/processing/pull/2366
private JFileChooser openChooser;
static protected File sketchbookFolder;