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