File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/jdk.accessibility/share/classes/com/sun/java/accessibility/util Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 58
58
*/
59
59
public class SwingEventMonitor extends AWTEventMonitor {
60
60
61
- /**
62
- * Constructs a {@code SwingEventMonitor}.
63
- */
64
-
65
61
/**
66
62
* The master list of all listeners registered by other classes.
67
63
* This can only be publicly modified by calling the add or
@@ -77,6 +73,11 @@ public class SwingEventMonitor extends AWTEventMonitor {
77
73
*/
78
74
static private final SwingEventListener swingListener = new SwingEventListener ();
79
75
76
+ /**
77
+ * Constructs a {@code SwingEventMonitor}.
78
+ */
79
+ public SwingEventMonitor () {}
80
+
80
81
/**
81
82
* Adds the specified listener to receive all {@link EventID#ANCESTOR ANCESTOR}
82
83
* events on each component instance in the Java Virtual Machine as they occur.
You can’t perform that action at this time.
0 commit comments