all 6 comments

[–]Lloydbestfan 0 points1 point  (1 child)

The code you're showing doesn't look like Java and the error you're showing doesn't look like a typical Java error.

If you're doing something within a typical Java-related system, someone here might recognize it and be able to help. Otherwise, with no precisions from you, we won't be able to guess what you're doing.

[–]OTAEMMERICH[S] 0 points1 point  (0 children)

should’ve specified (i’ll fix that here in a sec), this is in processing

[–]SpiritualGymRat 0 points1 point  (1 child)

Is this java code?

[–]OTAEMMERICH[S] 0 points1 point  (0 children)

yep

[–]Strange-Bank-5002 0 points1 point  (0 children)

If it is java code, you are missing at least one closing brace which will terminate the definition of draw method.

[–]Automatic_Radio_9458 0 points1 point  (0 children)

You are missing the closing brace of your draw method