Multilayer event catching



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.

.