home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / unsupported / JDK1.2beta3 / SOURCE / LIB / IMAGES / CURSORS / cursors.properties < prev    next >
Encoding:
Text File  |  1998-03-20  |  1.2 KB  |  42 lines

  1. #
  2. # @(#)cursors.properties    1.2 97/10/18
  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=<filename>
  12. #                Cursor.<name>.<geom>.HotSpot=<x>,<y>
  13. #             Cursor.<name>.<geom>.Name=<localized name>
  14. #
  15. Cursor.CopyDrop.32x32.File=copyDrop32x32.gif
  16. Cursor.CopyDrop.32x32.HotSpot=5,2
  17. Cursor.CopyDrop.32x32.Name=CopyDrop32x32
  18. #
  19. Cursor.MoveDrop.32x32.File=moveDrop32x32.gif
  20. Cursor.MoveDrop.32x32.HotSpot=5,2
  21. Cursor.MoveDrop.32x32.Name=MoveDrop32x32
  22. #
  23. Cursor.LinkDrop.32x32.File=linkDrop32x32.gif
  24. Cursor.LinkDrop.32x32.HotSpot=5,2
  25. Cursor.LinkDrop.32x32.Name=LinkDrop32x32
  26. #
  27. Cursor.CopyNoDrop.32x32.File=copyNoDrop32x32.gif
  28. Cursor.CopyNoDrop.32x32.HotSpot=6,2
  29. Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
  30. #
  31. Cursor.MoveNoDrop.32x32.File=moveNoDrop32x32.gif
  32. Cursor.MoveNoDrop.32x32.HotSpot=6,2
  33. Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
  34. #
  35. Cursor.LinkNoDrop.32x32.File=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
  42.