Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4434223

Wrong javadoc for MouseEvent.NO_BUTTON

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • docs
    • None
    • beta2
    • generic
    • generic

      Currently this reads:

          /**
           * The "mouse dragged" event. This <code>MouseMotionEvent</code>
           * occurs when the mouse position changes while the "drag"
           * No button has changed state
           */
          public static final int NOBUTTON = 0;

      It should read:

          /**
           * No button has changed state
           */
          public static final int NOBUTTON = 0;

      BTW, most of the constants have no @since tags. New methods such as
      getButton() also need @since tags.

            sharonz Sharon Zakhour (Inactive)
            ehawkessunw Eric Hawkes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: