posted 12 years ago
I have a JPanel (A) that the user can grab and move around. I have other JPanels (Bs) that are peers to A (they are aggregated in the same parent JPanel as A). Bs are MouseListeners that want to know when the mouse enters or exits them. When A is dragged over a B, the B doesn't get mouse input. They only get mouse input if A is moved off of them. I still want the Bs to get mouse input, whether or not A is on top of them (Bs are about the same size as A, so A covers them). Is there a simple API call that I can get to "push" mouse input down to the JPanel below? I can think of several ugly work-arounds, but none are elegant. TIA!
- Frecklefoot
"What you are good at is not as important as being good at something." --Robert B.Parker