Click to See Complete Forum and Search --> : Cursors


daileyps
September 19th, 2000, 03:08 PM
Looking to change cursor to hourglass while a function is executing, then turn it back to the default cursor.

Also need to change cursor to different cursor when hovering over a list item.

Thanks!

stephen fischer
September 20th, 2000, 10:42 PM
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));