Could someone please help me with this little sample app. I'm trying to figure out how to forward MouseEvents from a child component (JTextArea) to the parent component (the contentPane). The contentpane is simply noting xy coordinates. When I move my cursor over the child component, it gets the focus and thinks I want to provide input. But I don't! I want this app to continue providing me with xy coordinates regardless of what child component the cursor enters. I need to forward coordinates from the JTextArea to the contentPane somehow. I think I'm on the right track but need a little help.