Wrong javadoc for MouseEvent.NO_BUTTON

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: