I am using G4P (3.2.4 and processing 2.0 b9) to create a weather application with Processing and I need two additional windows, one for information, one for settings.
I think it should work and Processing creates the window, but when I'm trying to close it, it stays open. GWindow.EXIT_APP works, but I do not want to close the whole sketch.
My second problem is that the user should not be able to create more than one setting window and so I'm searching for a close event to handle whether the window has been closed or not.
I hope you understand my bad English (I'm from Germany) and you could help me.
Thank you!
Btw: You did a great job with G4P and I hope you're still improving it.