mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 15:49:17 +01:00
X add http url support for loadImage and loadStream
X ceil/floor/round
This commit is contained in:
@@ -710,7 +710,7 @@ public class KjcEngine extends PdeEngine {
|
||||
//System.err.println("system err is working");
|
||||
|
||||
messageMode = RUNNING;
|
||||
Frame frame = editor.frame;
|
||||
Frame frame = PdeBase.frame;
|
||||
Point parentLoc = frame.getLocation();
|
||||
Insets parentInsets = frame.getInsets();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user