Bug 808 : NullPointerException when using noStroke() with inner class inside setup()
Last modified: 2008-06-08 10:59




Status:
RESOLVED
Resolution:
DUPLICATE of bug 511
Priority:
P2
Severity:
normal

 

Reporter:
doc
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-06-05 10:25
Some of these errors appear in both Vista and Ubuntu.

Called:

void setup() {
size(x,y);
init();
}

void init() {
GUI();
.
.
}

void GUI() {
noStroke();
}

Result:
java.lang.NullPointerException
at processing.core.PApplet.noStroke(PApplet.java:8068)
at Temporary_4799_3984.GUI(Temporary_4799_3984.java:903)
Additional Comment #1 From fry 2008-06-05 10:34
this is the same cause as bug #511.

*** This bug has been marked as a duplicate of 511 ***
Additional Comment #2 From fry 2008-06-08 10:59
*** Bug 811 has been marked as a duplicate of this bug. ***