src/share/classes/java/awt/peer/KeyboardFocusManagerPeer.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -24,10 +24,11 @@
  */
 
 package java.awt.peer;
 
 import java.awt.Component;
+import java.awt.KeyboardFocusManager;
 import java.awt.Window;
 
 /**
  * The native peer interface for {@link KeyboardFocusManager}.
  */

@@ -69,11 +70,11 @@
     Component getCurrentFocusOwner();
 
     /**
      * Clears the current global focus owner.
      *
-     * @param activeWindow
+     * @param activeWindow the active window
      *
      * @see KeyboardFocusManager#clearGlobalFocusOwner()
      */
     void clearGlobalFocusOwner(Window activeWindow);