selectInput/Output/Folder is now just call a callback function instead of returning a path of the selected file. It is declared that "The callback is necessary because of how threading works", but the previous behavior was also useful too. I wrote a sample implementation to simulate the modal interaction of select*(). If you have any good idea, please let me know.
Today I found that Processing-2.0b9's examples using P3D does not work anymore, as shown in the attached figure. I tested over ten versions between 2.0b8 and 2.0b9 and found that
17a211775a9fac36e5db15993fffcacfd09e6ad6 breaks P3D on my enveironment. Probably it is caused by Jogl's latest library, but I couldn't figure out any further. Comments or hints are welcome.
OS: Ubuntu 12.10 (amd64)
What I did: Downloaded 2.0b9, extracted and run processing, then launch some examples in Topics/Textures and Basics/Lights.
Result: A window frame had been displayed, but stopped working.