-
Bug
-
Resolution: Fixed
-
P4
-
16
-
None
-
b19
-
generic
-
generic
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.
*/
- 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
-