This sounds easy, but I couldn't find a clue.
I have two Composite
s, one (small) above the other (big), absolutely positioned. When I click on the above Composite
, I need it to be transparent to the event, because it should be caught by the below Composite
.
The only possible solution I came up with is associating the same MouseListener
to both the Composite
s and add logic to discriminate. But I would be much easier if the below Composite
could receive the event as it was originated on it.