Hi.
I have a JLayeredPane with multiple layers in it. Each layer is a
JPanel extended class and some of them register different MouseEvent
listeners. Event catching stops at the first layer with a registered
listener, but i want it to go "through" to other layers. Any
suggestions?
Thanks, and excuse me if this question was asked before.
..
>I have a JLayeredPane with multiple layers in it. Each layer is a
>JPanel extended class and some of them register different MouseEvent
>listeners. Event catching stops at the first layer with a registered
>listener, but i want it to go "through" to other layers. Any
>suggestions?
Forget 'what you want' and instead describe what marvellous
ability you would like to offer to the end user.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Insoreiges@gmail.com - 12 Apr 2007 19:24 GMT
> Insorei...@gmail.com wrote:
>
[quoted text clipped - 13 lines]
>
> Message posted viahttp://www.javakb.com
Well, basically, the program draws regions and tips for them (like
coordinates of a point). These happen to be drawn on different layers.
I want to process selection of those regions, if the user clicked on a
region itself or on a tipbox.