Hello,
I use your libraries for my project. (DJNativeSwing_1_0_2.jar + DJNativeSwingSWT_1_0_2.jar +
swt-3.7M5-win32-win32-x86.jar/swt_4_2_1.jar).
I use the JWebbrowser in JWS application.
I test my application on Windows 7 with JRE 6 u38 and the JWebBrowser and its ok. I just install the JRE 7 u13 and i got bug.
The bug : i use the JWebBrowser to display an html file. This html page contains an flash player. In this flash player there are many buttons to go next/previous screen (like PowerPoint).
I discover, i think the problem its the MouseListenner dispatchEvents. In fact, i addMouseMotionListeneron getNativeComponent (JWebBrowser), and on mouseMoved i display message. In JRE6 the message it's display but on JRE7 no message.
When i see the problems for focus ou mouse listener, i use tab from keybboard to go in next bouton in player flash and its work, so the problem its not an freeze.
Have you suggets to slove it ?
Thanks.
This might be related to the various focus issues that JRE 7 introduced.
My hope is that enough people vote for the corresponding SWT bug so that the SWT development team tries to find a solution:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=353683