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

Print this page

        

@@ -52,11 +52,11 @@
  * object, its associated <code>JPopupMenu</code> is displayed, allowing the
  * user to select one of the <code>JMenuItems</code> on it.
  * <p>
  * For information and examples of using menu bars see
  * <a
- href="http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
+ href="http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html">How to Use Menus</a>,
  * a section in <em>The Java Tutorial.</em>
  * <p>
  * <strong>Warning:</strong> Swing is not thread safe. For more
  * information see <a
  * href="package-summary.html#threading">Swing's Threading