bringing linux release into the wide world of rev 83

This commit is contained in:
benfry
2005-04-16 22:17:33 +00:00
parent cd5848801c
commit 253db13f40
6 changed files with 28 additions and 73 deletions

View File

@@ -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);