Tagged Questions

0
votes
3answers
1k views

How to add a Processing PApplet in SWT

I have a problem when trying to add a PApplet into SWT, it turns up an empty window when it should just render the PApplet. I.e. the PApplet works by itself, but not in a SWT window. I thought that ...