Is it possible to determine the type/name of the cursor displayed on the screen?
Created May 4, 2012
Jon Wingfield The cursor displayed is dependent on the Component over which the mouse is positioned. The current cursor can be obtained by getCursor() on the Component. The Cursor class has a getName() method which returns a user-readable name for the cursor.
The Cursor class also has a few static methods to return common predefined Cursors used by the windowing system.
The Cursor class also has a few static methods to return common predefined Cursors used by the windowing system.