< prev index next >

src/java.desktop/share/classes/sun/awt/SunToolkit.java

Print this page

        

@@ -364,11 +364,11 @@
       * If the application performs focus transfer between different
       * heavyweight containers and sets the lightweight focus request
       * status to synchronous for any of its windows, then further focus
       * behaviour is unspecified.
       * <p>
-      * @param    w window for which the lightweight focus request status
+      * @param    changed window for which the lightweight focus request status
       *             should be set
       * @param    status the value of lightweight focus request status
       */
 
     public static void setLWRequestStatus(Window changed,boolean status){

@@ -1457,13 +1457,13 @@
      * <p> After realSync, <code>b</code> will be focus owner.
      *
      * <p> Notice that realSync isn't guaranteed to work if recurring
      * actions occur, such as if during processing of some event
      * another request which may generate some events occurs.  By
-     * default, sync tries to perform as much as {@value MAX_ITERS}
+     * default, sync tries to perform as much as {@value #MAX_ITERS}
      * cycles of event processing, allowing for roughly {@value
-     * MAX_ITERS} additional requests.
+     * #MAX_ITERS} additional requests.
      *
      * <p> For example, requestFocus() generates native request, which
      * generates one or two Java focus events, which then generate a
      * serie of paint events, a serie of Java focus events, which then
      * generate a serie of paint events which then are processed -
< prev index next >