What is "java-processing"

Processing is an open source programming tool and integrated development environment (IDE), based on and built for the electronic arts community with the aim of teaching programming basics in a visual context.

The programs in Processing are called sketches (outlines), and contains basically two parts: a function setup running at startup, and a function loop which is repeatedly invoked according to the frame rate defined by the programme.

References

Source: Processing - Wikipedia