mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
maybe no space there after all
This commit is contained in:
@@ -6521,7 +6521,6 @@ public class PApplet implements PConstants {
|
||||
}
|
||||
} else {
|
||||
checkLookAndFeel();
|
||||
|
||||
JFileChooser fileChooser = new JFileChooser();
|
||||
fileChooser.setDialogTitle(prompt);
|
||||
fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
|
||||
|
||||
Reference in New Issue
Block a user