initial round of code for export to application working on the mac

This commit is contained in:
benfry
2005-11-28 23:22:21 +00:00
parent 24ee5cb7b9
commit d814be907c
9 changed files with 364 additions and 69 deletions
+4 -2
View File
@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 96;
static final String VERSION_NAME = "0096 Beta";
static final int VERSION = 97;
static final String VERSION_NAME = "0097 Beta";
/**
* Path of filename opened on the command line,
@@ -923,6 +923,7 @@ public class Base {
/**
* Equivalent to the one in PApplet, but static (die() is removed)
*/
/*
static public String[] loadStrings(File file) {
try {
FileInputStream input = new FileInputStream(file);
@@ -956,4 +957,5 @@ public class Base {
}
return null;
}
*/
}