remaining changes for PDE X to be the default mode

This commit is contained in:
Ben Fry
2014-09-10 15:51:03 -04:00
parent 5edb2d5121
commit 6e5a938a99
5 changed files with 42 additions and 274 deletions

View File

@@ -46,7 +46,7 @@ public class JavaMode extends Mode {
public String getTitle() {
return "Java (2.0)";
return "Java (Processing 2)";
}