Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 16
-
Fix Version/s: 16
-
Component/s: client-libs
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b19
-
CPU:generic
-
OS:generic
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.
*/
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.
*/
Attachments
Issue Links
- csr for
-
JDK-8253609 Need to add missed constructor to the SwingEventMonitor
-
- Closed
-
- relates to
-
JDK-8250639 ☂ Address reliance on default constructors in the java.desktop module
-
- Open
-