Prev Up Next
Go backward to The begin Method
Go up to Methods for Handling Events
Go forward to The mouseEnter Method

The mouseExit Method


void mouseExit( ) { ... }

The browser will invoke the "mouseExit" procedure whenever the user moves the mouse out of the region of the browser window controlled by the applet.


Prev Up Next