I am adding it to the entire application as I want to be notified of any click in the application window.
Let me get this straight. If I add a mouse listener during a state changed event then the mouse listener will receive the the state changed event? Or it's receiving the mouse click event that caused the state change? Either way it blows. How do I add the mouse event listener then? --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > Looks like you're adding the click handler to the entire > document/application. > > Most mouse events bubble, so if you add a listener to the parent in your > handler it will see it after you handle it.

