Processing to Arduino communication

I have connected Arduino to the USB, with de Serial Monitor opened to watch what's writing Arduino.

So, when you do that, Processing is not talking to the Arduino. It can't, the Serial Monitor has the port tied up.

You can read responses from the Arduino in Processing, and print them in Processing's message area.