We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d23407 commit b4359b4Copy full SHA for b4359b4
core/examples/src/main/java/Issue1003.java
@@ -16,12 +16,11 @@ public void setup() {
16
}
17
18
public void draw(){
19
-// ((PSurfaceAWT) surface).setResizable(true);
20
-
21
background(frameCount % 255);
22
line(0, 0, width, height);
23
line(width, 0, 0, height);
24
+
25
public static void main(String[] passedArgs) {
26
String[] appletArgs = new String[]{ Issue1003.class.getName()};
27
if (passedArgs != null) {
0 commit comments