We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879a1c1 commit 48090f6Copy full SHA for 48090f6
1 file changed
app/src/processing/app/Base.java
@@ -128,7 +128,9 @@ public class Base {
128
129
private Recent recent;
130
131
- // For opening sketches, save the chooser to remember the current directory
+ // Used by handleOpen(), this saves the chooser to remember the directory.
132
+ // Doesn't appear to be necessary with the AWT native file dialog.
133
+ // https://github.com/processing/processing/pull/2366
134
private JFileChooser openChooser;
135
136
static protected File sketchbookFolder;
0 commit comments