getting things back under control

This commit is contained in:
benfry
2003-11-11 22:10:39 +00:00
parent 35834c5817
commit fce6029cfd
4 changed files with 28 additions and 34 deletions

View File

@@ -1488,6 +1488,7 @@ public class PdeEditor extends JFrame
protected void skNew2() {
try {
System.out.println("skNew2()");
// does all the plumbing to create a new project
// then calls handleOpen to load it up
@@ -1508,6 +1509,7 @@ public class PdeEditor extends JFrame
sketchDir = new File(sketchParentDir, sketchName);
} else {
System.out.println("this is the thing");
String sketchParentDir = PdePreferences.get("sketchbook.path");
int index = 0;