If I implement an action event on a JFrame that has some buttons it give me
the button clicked via getSource but if I implement on the same frame a mouse event
it doesn't rise me the event for the buttons but only for that JFrame.
Why?
The event bubbling seems to work only for action event so what model Swing implements?
Which listeners types works in a bubbling way?