jdk/src/share/classes/java/awt/Toolkit.java
changeset 21278 ef8a3a2a72f2
parent 21275 38d2199adb1a
child 21957 97758de70fbd
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1455      * completely transparent), and the hotspot will be set to (0, 0).
  1455      * completely transparent), and the hotspot will be set to (0, 0).
  1456      *
  1456      *
  1457      * <p>Note that multi-frame images are invalid and may cause this
  1457      * <p>Note that multi-frame images are invalid and may cause this
  1458      * method to hang.
  1458      * method to hang.
  1459      *
  1459      *
  1460      * @param cursor the image to display when the cursor is actived
  1460      * @param cursor the image to display when the cursor is activated
  1461      * @param hotSpot the X and Y of the large cursor's hot spot; the
  1461      * @param hotSpot the X and Y of the large cursor's hot spot; the
  1462      *   hotSpot values must be less than the Dimension returned by
  1462      *   hotSpot values must be less than the Dimension returned by
  1463      *   <code>getBestCursorSize</code>
  1463      *   <code>getBestCursorSize</code>
  1464      * @param     name a localized description of the cursor, for Java Accessibility use
  1464      * @param     name a localized description of the cursor, for Java Accessibility use
  1465      * @exception IndexOutOfBoundsException if the hotSpot values are outside
  1465      * @exception IndexOutOfBoundsException if the hotSpot values are outside