Prev Up Next
Go backward to The mouseExit Method
Go up to Methods for Handling Events
Go forward to The mouseDown Method

The mouseEnter Method


void mouseEnter( ) { ... }

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


Prev Up Next