cursors.properties 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # ========================================================================
  2. # Licensed Materials - Property of IBM
  3. # "Restricted Materials of IBM"
  4. #
  5. # IBM SDK, Java(tm) Technology Edition, v8
  6. # (C) Copyright IBM Corp. 2000, 2014. All Rights Reserved
  7. #
  8. # US Government Users Restricted Rights - Use, duplication or disclosure
  9. # restricted by GSA ADP Schedule Contract with IBM Corp.
  10. # ========================================================================
  11. #
  12. # Cursors Properties file
  13. #
  14. # Names GIF89 sources for Custom Cursors and their associated HotSpots
  15. #
  16. # Note: the syntax of the property name is significant and is parsed
  17. # by java.awt.Cursor
  18. #
  19. # The syntax is: Cursor.<name>.<geom>.File=win32_<filename>
  20. # Cursor.<name>.<geom>.HotSpot=<x>,<y>
  21. # Cursor.<name>.<geom>.Name=<localized name>
  22. #
  23. Cursor.CopyDrop.32x32.File=win32_CopyDrop32x32.gif
  24. Cursor.CopyDrop.32x32.HotSpot=0,0
  25. Cursor.CopyDrop.32x32.Name=CopyDrop32x32
  26. #
  27. Cursor.MoveDrop.32x32.File=win32_MoveDrop32x32.gif
  28. Cursor.MoveDrop.32x32.HotSpot=0,0
  29. Cursor.MoveDrop.32x32.Name=MoveDrop32x32
  30. #
  31. Cursor.LinkDrop.32x32.File=win32_LinkDrop32x32.gif
  32. Cursor.LinkDrop.32x32.HotSpot=0,0
  33. Cursor.LinkDrop.32x32.Name=LinkDrop32x32
  34. #
  35. Cursor.CopyNoDrop.32x32.File=win32_CopyNoDrop32x32.gif
  36. Cursor.CopyNoDrop.32x32.HotSpot=6,2
  37. Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
  38. #
  39. Cursor.MoveNoDrop.32x32.File=win32_MoveNoDrop32x32.gif
  40. Cursor.MoveNoDrop.32x32.HotSpot=6,2
  41. Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
  42. #
  43. Cursor.LinkNoDrop.32x32.File=win32_LinkNoDrop32x32.gif
  44. Cursor.LinkNoDrop.32x32.HotSpot=6,2
  45. Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32
  46. #
  47. Cursor.Invalid.32x32.File=invalid32x32.gif
  48. Cursor.Invalid.32x32.HotSpot=6,2
  49. Cursor.Invalid.32x32.Name=Invalid32x32