I was following outdated tutorials of how to display Processing as PApplet in a Swing component, however Processing 3.0 and 3.0.1 have a broken implementation (no init() method, it seems to be commented out in the processing core files). Why is this?
Is there a new way to do this or do i have to use Processing 2 for my java app purposes?