< prev index next >

src/java.desktop/share/classes/java/awt/Component.java

Print this page

        

@@ -5943,11 +5943,12 @@
      * only receive input method events from input methods
      * if it also overrides {@code getInputMethodRequests} to return an
      * {@code InputMethodRequests} instance.
      * If listener {@code l} is {@code null},
      * no exception is thrown and no action is performed.
-     * <p>Refer to <a href="{@docRoot}/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
+     * <p>Refer to
+     * <a href="{@docRoot}/java.desktop/java/awt/doc-files/AWTThreadIssues.html#ListenersThreads"
      * >AWT Threading Issues</a> for details on AWT's threading model.
      *
      * @param    l   the input method listener
      * @see      java.awt.event.InputMethodEvent
      * @see      java.awt.event.InputMethodListener
< prev index next >