MouseWheel event doesn't fire in SWT-AWT component
问题 I am stuck at mousewheel event that just doesn't fire. I use swt_awt bridge, so I am able to use swing component in my RCP application. I tested everything I was able to find, but with no success. Because my application is awfully complex, I created a simplified version of my problem, which should also help you to orientate if you would like to help me. Now this simplified problem is, that I want my textarea (or scrollpane) to catch mousewheel events. But these events are lost. import java