Dear all, I've added gesture support to my Java 6 application using Apple's GestureUtilities and GestureAdapter class (com.apple.eawt.event.*). This works with Java 6, but when running the same code with Java 7 (u45), it does not work, although the classes seem to be included in the JRE. Are gestures supported on Oracle's Java 7 for Mac? Or do I have to change my code to make it work again in 7?
Kind regards, Marcel