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

Single mouse click invokes four events instead of two on Win95 AWT classes

    XMLWordPrintable

Details

    • 1.1
    • generic
    • windows_95
    • Not verified

    Description

      Mouse event interpretation is different in AWT classes JDK 1.0.2 for Windows 95.
      For a single click, all four convenience methods were getting invoked in this order:
      mouseDown(), mouseDrag(), mouseUp(), and mouseMove()

      The mouse was not moved during the click, as verified by the coordinates.

      For a single click on the mouse on Solaris 2.5 SPARC, the AWT will generate two events:
      mouseDown(), and mouseUp()

      Attachments

        Activity

          People

            tballsunw Tom Ball (Inactive)
            mchansunw Mei Chan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: