mirror of
https://github.com/processing/processing4.git
synced 2026-03-14 16:37:42 +01:00
* Update install script to use 'processing' instead of 'processing-java' Changed references from 'processing-java' to 'processing' in the install script and related file paths for consistency and clarity. Also updated import statements for better organization. * Fixed the language files and install message
Processing App
This is the PDE, the visual part of the editor that you see and work within when you use Processing.
Important classes
The main class of this project is the src/.../Base.java this is where the PDE starts after the splash screen.
The ui/Editor.java class is the class that is instantiated to show an editor window of the PDE.
Mode.java is the class that any mode within Procesing inherits from.