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

Print this page

        

@@ -98,11 +98,11 @@
  *</pre>
  *
  * <p>
  *
  * For complete examples and further documentation see
- * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>,
+ * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>,
  * a section in <em>The Java Tutorial.</em>
  *
  * <p>
  * <strong>Warning:</strong> Swing is not thread safe. For more
  * information see <a

@@ -908,11 +908,11 @@
      * they will ignore this property.
      *
      * <p>
      *
      * See
-     * <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>
+     * <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html" target="_top">How to Monitor Progress</a>
      * for examples of using indeterminate progress bars.
      *
      * @param newValue  <code>true</code> if the progress bar
      *                  should change to indeterminate mode;
      *                  <code>false</code> if it should revert to normal.