Skip to content

Tag: processing

Processing: starting screen background error

I am trying to create a starting screen background for my first game in Processing and it keeps erroring with the following message: I’ve tried to solve the problem by following the message and by searching around but I don’t manage to solve it. this is the part for the background: If needed I&#82…

How to open multiple windows with Processing?

I’m trying to create two windows with Processing. Before you mark this as a duplicate, as there are other questions similar to this, I have a specific error and I can’t find a solution. When I try to add(s) I get the error The method add(Component) in the type Container is not applicable for the a…

Use processing in Java application

I downloaded processing from http://processing.org. How is it possible to use porcessing in my Java application. I want drawing stuff depending on the logic in my Java application. To avoid the drawing in Java I want to use processing instead. Answer Piece of cake, First, In your IDE (eg Netbeans) first inclu…