Modifications

Aller à : navigation, rechercher

Rep Price

842 octets ajoutés, 10 janvier 2013 à 14:11
Une version avec Processing ?
<code>NoSuchMethodError: You may be using a library that's incompatible to this version of Processing</code>
Le problème viendrait de la classe MouseNav3D.java qui utiliseune classe Java plus usité dans la dernière version de Processing Event Handling has changed significantly in 2.0b7. Due to necessary changes in the OpenGL renderer, and to provide better compatibility with Android and JavaScript modes, we've added actual MouseEvent and KeyEvent classes to Processing. In previous releases, the MouseEvent and KeyEvent classes referred to the automatically imported "java.awt.MouseEvent" and "java.awt.KeyEvent". This is no longer the case, so your code will behave a little differently. The OpenGL renderer no longer uses AWT (and therefore doesn't use java.awt events), so it's a necessary change there. On Android, there's no such thing as java.awt. More details on this as I have time to write them up. This also has implications for libraries, and the library developer pages have more information.
Emailconfirmed
533
modifications

Menu de navigation