mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
changes to get documentation in there
This commit is contained in:
@@ -43,15 +43,15 @@ import processing.core.*;
|
||||
|
||||
|
||||
/**
|
||||
* The base class for the main processing application
|
||||
* The base class for the main processing application.
|
||||
* <P>
|
||||
* Primary role of this class is for platform identification and
|
||||
* general interaction with the system (launching URLs, loading
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 86;
|
||||
static final String VERSION_NAME = "0086 Beta";
|
||||
static final int VERSION = 87;
|
||||
static final String VERSION_NAME = "0087 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
Reference in New Issue
Block a user