mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
bringing linux release into the wide world of rev 83
This commit is contained in:
@@ -386,6 +386,8 @@ public class Base {
|
||||
} else {
|
||||
// on linux (or elsewhere?) prompt the user for the location
|
||||
JFileChooser fc = new JFileChooser();
|
||||
fc.setDialogTitle("Select the folder where " +
|
||||
"Processing sketches should be stored...");
|
||||
//fc.setSelectedFile(new File(sketchbookLocationField.getText()));
|
||||
fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user