Processing software not working

Ooh, yes. That’s normal processing IDE behaviour. If you don’t tell processing what size of a window it creates it uses default size(100,100) to create the window. Window contains the drawing canvas and it takes input from mouse. I don’t think you can get rid of it, I mean it’s always created, but you can close it at end of the program with exit()-function.