src/share/classes/java/awt/DefaultFocusTraversalPolicy.java

Print this page

        

@@ -52,11 +52,11 @@
  * peers. These recommendations are used in the Sun AWT implementations. Note
  * that the focusability of a Component's peer is different from, and does not
  * impact, the focusability of the Component itself.
  * <p>
  * Please see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html">
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html">
  * How to Use the Focus Subsystem</a>,
  * a section in <em>The Java Tutorial</em>, and the
  * <a href="../../java/awt/doc-files/FocusSpec.html">Focus Specification</a>
  * for more information.
  *