mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
initial round of code for export to application working on the mac
This commit is contained in:
+4
-2
@@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user