public static Cursor cursor (String identifier)

Returns a cursor for the specified identifier. The identifier can be either a name of some standard cursor or a valid URL string. If the identifier names a standard cursor the corresponding cursor is returned. In the case of a URL string, the method returns a new ImageCursor created for that URL.

Parameters:
identifier    the cursor identifier

Returns:  the cursor for the identifier

Exceptions:
IllegalArgumentException    if the cursor identifier is not a valid URL string nor any standard cursor name