src/share/classes/javax/swing/DefaultFocusManager.java

Print this page

        

@@ -35,11 +35,11 @@
  * still use this class, developers are strongly encouraged to use
  * <code>java.awt.KeyboardFocusManager</code> and
  * <code>java.awt.DefaultKeyboardFocusManager</code> instead.
  * <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.
  *