I have a hidden component that will be shown only if a mouse pointer is in some area (not necessary on top of the hidden component). Therefore, I am interested in catching all mouse move event from the browser. Is it posible with GWT, GXT, or with Javascript?
Thanks
Yes it is possible to detect mouse events.
For example if you are using jQuery:
Demo: http://jsfiddle.net/maniator/xqULX/