I have a JFrame and, inside this JFrame there are two JPanels. When I press a key, both of them must listen to this key event and act.
JFrame
JPanel
You should create a XXListener implementation and add that listener by .addXXListener to all the components you need.
XXListener
.addXXListener