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

Print this page

        

@@ -33,11 +33,11 @@
 /**
  * Factory class for vending standard <code>Border</code> objects.  Wherever
  * possible, this factory will hand out references to shared
  * <code>Border</code> instances.
  * For further information and examples see
- * <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html">How
+ * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/border.htmll">How
  to Use Borders</a>,
  * a section in <em>The Java Tutorial</em>.
  *
  * @author David Kloba
  */