Hey,
I have this frame:
Here is what happens:
- When I'm over the Pinkish panel, the scroll pane works just fine.
- When I put the mouse over the Darker gray JTextArea the scroll pane does not get the event.
In general my question is how can I make sure the parent of a component receives the event if the component didn't handle that specific event, even if the component has a listener and is enabled?
Perhaps a specific example will do.
You can see the calculator, the calculator is drawn on a scalable image panel, and can zoom in and out by the Ctrl + Wheel event, but when I don't press Ctrl, I would like the scroll pane to receive the event and scroll the view port. (I think this sums it)
Adam.