cursors.properties revision 11548:7ac7956389c5
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#
14Cursor.CopyDrop.32x32.File=CopyDrop32x32.gif
15Cursor.CopyDrop.32x32.HotSpot=0,0
16Cursor.CopyDrop.32x32.Name=CopyDrop32x32
17#
18Cursor.MoveDrop.32x32.File=MoveDrop32x32.gif
19Cursor.MoveDrop.32x32.HotSpot=0,0
20Cursor.MoveDrop.32x32.Name=MoveDrop32x32
21#
22Cursor.LinkDrop.32x32.File=LinkDrop32x32.gif
23Cursor.LinkDrop.32x32.HotSpot=0,0
24Cursor.LinkDrop.32x32.Name=LinkDrop32x32
25#
26Cursor.CopyNoDrop.32x32.File=invalid32x32.gif
27Cursor.CopyNoDrop.32x32.HotSpot=6,2
28Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
29#
30Cursor.MoveNoDrop.32x32.File=invalid32x32.gif
31Cursor.MoveNoDrop.32x32.HotSpot=6,2
32Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
33#
34Cursor.LinkNoDrop.32x32.File=invalid32x32.gif
35Cursor.LinkNoDrop.32x32.HotSpot=6,2
36Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32
37#
38Cursor.Invalid.32x32.File=invalid32x32.gif
39Cursor.Invalid.32x32.HotSpot=6,2
40Cursor.Invalid.32x32.Name=Invalid32x32
41