From bbd091543e42fe184dd31896b06f63d5d8866d4f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 10 May 2014 19:14:35 -0400 Subject: [PATCH] additional notes --- app/src/processing/app/Base.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index cb74cae53..f11f6cc3e 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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;