fixes for the find bugs, and make filedialog show up in p5 window for

"new"
This commit is contained in:
benfry
2004-06-22 00:02:52 +00:00
parent 4bbcc4c0f5
commit 3b8b1c0176
4 changed files with 35 additions and 18 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ public class PdeSketchbook {
if (!startup) {
// prompt for the filename and location for the new sketch
FileDialog fd = new FileDialog(new Frame(),
FileDialog fd = new FileDialog(editor, //new Frame(),
//"Create new sketch named",
"Create sketch folder named:",
FileDialog.SAVE);