Hello. Nice to meet you.
It seems that the two libraries are conflicting.
Is there a workaround?
import java.awt.event.;
import g4p_controls.;GWindow window1;
public void windowMouse1(PApplet appc, GWinData data, MouseEvent event) {}
void setup(){
size(100,100);
}
void draw(){
}