JDK-8253606 : Need to add missed constructor to the SwingEventMonitor
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-09-24
  • Updated: 2020-10-22
  • Resolved: 2020-10-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b19Fixed
Related Reports
CSR :  
Relates :  
Description
Need to add missed constructor to the SwingEventMonitor, see the SwingEventMonitor.java:

public class SwingEventMonitor extends AWTEventMonitor {

    /**
     * Constructs a {@code SwingEventMonitor}.
     */

    /**
     * The master list of all listeners registered by other classes.
     * This can only be publicly modified by calling the add or
     * remove listener methods in this class.
     */
Comments
Changeset: d296708c Author: Sergey Bylokhov <serb@openjdk.org> Date: 2020-10-02 22:03:55 +0000 URL: https://git.openjdk.java.net/jdk/commit/d296708c
02-10-2020