mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
oh fine
This commit is contained in:
@@ -15513,31 +15513,3 @@ public class PApplet extends Applet
|
||||
g.blend(src, sx, sy, sw, sh, dx, dy, dw, dh, mode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
class NullApplet extends Container {
|
||||
|
||||
public Object getAppletContext() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public URL getDocumentBase() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getParameter(String param) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void showStatus(String status) { }
|
||||
|
||||
public void destroy() { }
|
||||
|
||||
public void init() { }
|
||||
|
||||
public void start() { }
|
||||
|
||||
public void stop() { }
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user