Please is possible to listening for MouseEvents from Icon / ImageIcon (in API aren\'t implemented any notifiers), without listening from container (JPanel
MouseEvents
JPanel
No, it is not possible, you must use an existing JComponent like JPanel or JLabel or implement an ad-hoc JComponent to do what you want.