Re: Determining when the mouse moves off screen



Qu0ll wrote:
Is it possible in an application or applet to determine if the mouse has moved "off screen" i.e.. outside the bounds of the frame/applet?


Do you have a copy of the docs? Look at MouseListener and specifically mouseEntered() and mouseExited().

--

Knute Johnson
email s/nospam/knute/
.



Relevant Pages

  • Re: Determining when the mouse moves off screen
    ... "Knute Johnson" wrote in message ... outside the bounds of the frame/applet? ... Look at MouseListener and specifically mouseEnteredand mouseExited. ... (Replace the "SixFour" with numbers to email me) ...
    (comp.lang.java.gui)
  • Re: Determining when the mouse moves off screen
    ... Qu0ll wrote: ... outside the bounds of the frame/applet? ... Look at MouseListener and specifically mouseEnteredand mouseExited. ... Knute Johnson ...
    (comp.lang.java.gui)