1 # 2 # 3 # Cursors Properties file 4 # 5 # Names GIF89 sources for Custom Cursors and their associated HotSpots 6 # 7 # Note: the syntax of the property name is significant and is parsed 8 # by java.awt.Cursor 9 # 10 # The syntax is: Cursor.<name>.<geom>.File=<filename> 11 # Cursor.<name>.<geom>.HotSpot=<x>,<y> 12 # Cursor.<name>.<geom>.Name=<localized name> 13 # 14 Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif 15 Cursor.CopyDrop.32x32.HotSpot=0,0 16 Cursor.CopyDrop.32x32.Name=CopyDrop32x32 17 # 18 Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif 19 Cursor.MoveDrop.32x32.HotSpot=0,0 20 Cursor.MoveDrop.32x32.Name=MoveDrop32x32 21 # 22 Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif 23 Cursor.LinkDrop.32x32.HotSpot=0,0 24 Cursor.LinkDrop.32x32.Name=LinkDrop32x32 25 # 26 Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gif 27 Cursor.CopyNoDrop.32x32.HotSpot=6,2 28 Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32 29 # 30 Cursor.MoveNoDrop.32x32.File=motif_MoveNoDrop32x32.gif 31 Cursor.MoveNoDrop.32x32.HotSpot=6,2 32 Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32 33 # 34 Cursor.LinkNoDrop.32x32.File=motif_LinkNoDrop32x32.gif 35 Cursor.LinkNoDrop.32x32.HotSpot=6,2 36 Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32 37 # 38 Cursor.Invalid.32x32.File=invalid32x32.gif 39 Cursor.Invalid.32x32.HotSpot=6,2 40 Cursor.Invalid.32x32.Name=Invalid32x32 41