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

Print this page

        

*** 98,108 **** *</pre> * * <p> * * For complete examples and further documentation see ! * <a href="http://java.sun.com/docs/books/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 --- 98,108 ---- *</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 section in <em>The Java Tutorial.</em> * * <p> * <strong>Warning:</strong> Swing is not thread safe. For more * information see <a
*** 908,918 **** * they will ignore this property. * * <p> * * See ! * <a href="http://java.sun.com/docs/books/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. --- 908,918 ---- * 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> * 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.