It's just a few questions, and will take not more than 10 minutes. Please respond before Thursday, 6th December 2012. Thanks a lot!
The survey is part of a PhD by Till Nagel, under the supervision of Prof Erik Duval, KU Leuven. All responses are anonymous. We do not track your e-mail address or other personally identifiable information. Feel free to forward. This is the only message you will receive from us regarding the survey. For questions or feedback please contact Till Nagel, nagel (ät) fh-potsdam.de
I am facing an issue with the rendering of rotated objects in applets from within Eclipse. It seems as if the wrong renderer P2D is used, even though the program is initialized with Java2D.
My test program simply rotates three close-by lines. In Processing this is rendered correctly with the default renderer (Java2D). When using P2D, the lines jump and are not parallel all the time (both with smooth() and without).
In Eclipse this always happens, whether using P2D or Java2D. Only when starting it as application, it works as expected.