Can one use "G4P " GUI builder in tool section of Arduino IDE , since it is based on Precessing?
No. the Arduino IDE is based on the processing IDE, but the compiler, libraries, and even the language are completely different (Processing sketches are Java. Arduino Sketches are C++.)