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

Print this page

        

@@ -60,12 +60,12 @@
  * of all JavaBeans<sup><font size="-2">TM</font></sup>
  * has been added to the <code>java.beans</code> package.
  * Please see {@link java.beans.XMLEncoder}.
  *
  * <p>
- * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
- * in <a href="http://java.sun.com/Series/Tutorial/index.html"><em>The Java Tutorial</em></a>
+ * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
+ * in <a href="http://www.oracle.com/technetwork/java/index.html"><em>The Java Tutorial</em></a>
  * for further information.
  * <p>
  * @see ComboBoxModel
  * @see DefaultComboBoxModel
  *

@@ -348,11 +348,11 @@
      * The default value for the <code>lightWeightPopupEnabled</code>
      * property is <code>true</code>, unless otherwise specified
      * by the look and feel.  Some look and feels always use
      * heavyweight popups, no matter what the value of this property.
      * <p>
-     * See the article <a href="http://java.sun.com/products/jfc/tsc/articles/mixing/index.html">Mixing Heavy and Light Components</a>
+     * See the article <a href="http://www.oracle.com/technetwork/java/index.html">Mixing Heavy and Light Components</a>
      * on <a href="http://java.sun.com/products/jfc/tsc">
      * <em>The Swing Connection</em></a>
      * This method fires a property changed event.
      *
      * @param aFlag if <code>true</code>, lightweight popups are desired