Mouse events on JPanel

Posted by user253530 on Stack Overflow See other posts from Stack Overflow or by user253530
Published on 2010-05-30T17:45:40Z Indexed on 2010/05/30 17:52 UTC
Read the original article Hit count: 291

Filed under:

i have mouselisteners on multiple jpanels. I need to detect if the mouse is pressed when it enters on a different jpanel than the one the event has started from. how can i do that?

© Stack Overflow or respective owner

Related posts about java