mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
another keywords change, additional note in PApplet
This commit is contained in:
@@ -4645,6 +4645,8 @@ v PApplet.this.stop();
|
||||
static public void main(String args[]) {
|
||||
if (args.length < 1) {
|
||||
System.err.println("Usage: PApplet <appletname>");
|
||||
System.err.println("For additional options, " +
|
||||
"see the javadoc for PApplet");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
@@ -4652,7 +4654,6 @@ v PApplet.this.stop();
|
||||
boolean external = false;
|
||||
int location[] = null;
|
||||
int editorLocation[] = null;
|
||||
//boolean exactLocation = false;
|
||||
String folder = System.getProperty("user.dir");
|
||||
String name = null;
|
||||
boolean present = false;
|
||||
|
||||
Reference in New Issue
Block a user